#2A8953

Color #2A8953 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2A8953

Tints of Sea Green #2A8953

Color information

#2A8953 (or 0x2A8953) is unknown color: approx Sea Green. HEX triplet: 2A, 89 and 53. RGB value is (42,137,83). Sum of RGB (Red+Green+Blue) = 42+137+83=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8953 is #D576AC. Grayscale: #666666. Windows color (decimal): -13989549 or 5474602. OLE color: 5474602.

HSL color Cylindrical-coordinate representation of color #2A8953: hue angle of 145.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8953 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB4213783-
CMYK0.6900.390.46
HSL145.89º53.07%35.1%-
HSV(B)145.89º69.34%53.73%-
XYZ11.4619.0111.25-
YUV102.44117.0384.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 137 (53.91% from 255) = 52.29%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=16.03%
G=52.29%
B=31.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137830.6900.390.46145.8953.0735.1
Hex2A8953450272E923523
Octal52211123105047562226543
Binary1010101000100110100111000101010011110111010010010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A8953; }

 p { color: rgb(42,137,83); }

 H1.HeaderClassName
 {
   color: #2A8953;
 }
 .AnyTagClassName
 {
   color: #2A8953;
 }
</style>
background-color css

<style>
 a { background-color: #2A8953; }

 a { background-color: rgb(42,137,83); }

 div.DivClassName
 {
   background-color: #2A8953;
 }
 .BgClassName
 {
   background-color: #2A8953;
 }
</style>
border-color css

<style>
 span { border-color: #2A8953; }

 span { border-color: rgb(42,137,83); }

 td.TdClassName
 {
   border-color: #2A8953;
 }
 .TagClassName
 {
   border-color: #2A8953;
 }
</style>