#2B8E42

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

Shades of Sea Green #2B8E42

Tints of Sea Green #2B8E42

Color information

#2B8E42 (or 0x2B8E42) is unknown color: approx Sea Green. HEX triplet: 2B, 8E and 42. RGB value is (43,142,66). Sum of RGB (Red+Green+Blue) = 43+142+66=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8E42 is #D471BD. Grayscale: #676767. Windows color (decimal): -13922750 or 4361771. OLE color: 4361771.

HSL color Cylindrical-coordinate representation of color #2B8E42: hue angle of 133.94º 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 #2B8E42 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB4314266-
CMYK0.7000.540.44
HSL133.94º53.51%36.27%-
HSV(B)133.94º69.72%55.69%-
XYZ11.6520.258.45-
YUV103.74106.784.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 142 (55.86% from 255) = 56.57%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=17.13%
G=56.57%
B=26.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43142660.7000.540.44133.9453.5136.27
Hex2B8E42460362C863624
Octal53216102106066542066644
Binary1010111000111010000101000110011011010110010000110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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