#2B8849

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

Shades of Sea Green #2B8849

Tints of Sea Green #2B8849

Color information

#2B8849 (or 0x2B8849) is unknown color: approx Sea Green. HEX triplet: 2B, 88 and 49. RGB value is (43,136,73). Sum of RGB (Red+Green+Blue) = 43+136+73=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8849 is #D477B6. Grayscale: #656565. Windows color (decimal): -13924279 or 4818987. OLE color: 4818987.

HSL color Cylindrical-coordinate representation of color #2B8849: hue angle of 139.35º 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 #2B8849 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB4313673-
CMYK0.6800.460.47
HSL139.35º51.96%35.1%-
HSV(B)139.35º68.38%53.33%-
XYZ1118.69.31-
YUV101.01112.1986.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=17.06%
G=53.97%
B=28.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136730.6800.460.47139.3551.9635.1
Hex2B88494402E2F8b3423
Octal53210111104056572136443
Binary1010111000100010010011000100010111010111110001011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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