#2B8848

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

Shades of Sea Green #2B8848

Tints of Sea Green #2B8848

Color information

#2B8848 (or 0x2B8848) is unknown color: approx Sea Green. HEX triplet: 2B, 88 and 48. RGB value is (43,136,72). Sum of RGB (Red+Green+Blue) = 43+136+72=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8848 is #D477B7. Grayscale: #656565. Windows color (decimal): -13924280 or 4753451. OLE color: 4753451.

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

Color convert

RGB4313672-
CMYK0.6800.470.47
HSL138.71º51.96%35.1%-
HSV(B)138.71º68.38%53.33%-
XYZ10.9718.599.14-
YUV100.9111.6986.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=17.13%
G=54.18%
B=28.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136720.6800.470.47138.7151.9635.1
Hex2B88484402F2F8b3423
Octal53210110104057572136443
Binary1010111000100010010001000100010111110111110001011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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