#2A885C

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

Shades of Sea Green #2A885C

Tints of Sea Green #2A885C

Color information

#2A885C (or 0x2A885C) is unknown color: approx Sea Green. HEX triplet: 2A, 88 and 5C. RGB value is (42,136,92). Sum of RGB (Red+Green+Blue) = 42+136+92=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #2A885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A885C is #D577A3. Grayscale: #666666. Windows color (decimal): -13989796 or 6064170. OLE color: 6064170.

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

Color convert

RGB4213692-
CMYK0.6900.320.47
HSL151.91º52.81%34.9%-
HSV(B)151.91º69.12%53.33%-
XYZ11.6918.8713.15-
YUV102.88121.8684.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=15.56%
G=50.37%
B=34.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136920.6900.320.47151.9152.8134.9
Hex2A885C450202F983523
Octal52210134105040572306543
Binary1010101000100010111001000101010000010111110011000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,92); }

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

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

 a { background-color: rgb(42,136,92); }

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

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

 span { border-color: rgb(42,136,92); }

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