#2B885C

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

Shades of Sea Green #2B885C

Tints of Sea Green #2B885C

Color information

#2B885C (or 0x2B885C) is unknown color: approx Sea Green. HEX triplet: 2B, 88 and 5C. RGB value is (43,136,92). Sum of RGB (Red+Green+Blue) = 43+136+92=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #2B885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B885C is #D477A3. Grayscale: #676767. Windows color (decimal): -13924260 or 6064171. OLE color: 6064171.

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

Color convert

RGB4313692-
CMYK0.6800.320.47
HSL151.61º51.96%35.1%-
HSV(B)151.61º68.38%53.33%-
XYZ11.7318.8913.15-
YUV103.18121.6985.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=15.87%
G=50.18%
B=33.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136920.6800.320.47151.6151.9635.1
Hex2B885C440202F983423
Octal53210134104040572306443
Binary1010111000100010111001000100010000010111110011000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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