#2B8E54

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

Shades of Sea Green #2B8E54

Tints of Sea Green #2B8E54

Color information

#2B8E54 (or 0x2B8E54) is unknown color: approx Sea Green. HEX triplet: 2B, 8E and 54. RGB value is (43,142,84). Sum of RGB (Red+Green+Blue) = 43+142+84=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E54 is #D471AB. Grayscale: #696969. Windows color (decimal): -13922732 or 5541419. OLE color: 5541419.

HSL color Cylindrical-coordinate representation of color #2B8E54: hue angle of 144.85º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E54 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB4314284-
CMYK0.7000.410.44
HSL144.85º53.51%36.27%-
HSV(B)144.85º69.72%55.69%-
XYZ12.2720.511.7-
YUV105.79115.783.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 142 (55.86% from 255) = 52.79%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=15.99%
G=52.79%
B=31.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43142840.7000.410.44144.8553.5136.27
Hex2B8E54460292C913624
Octal53216124106051542216644
Binary1010111000111010101001000110010100110110010010001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,142,84); }

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

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

 a { background-color: rgb(43,142,84); }

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

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

 span { border-color: rgb(43,142,84); }

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