#2B9F78

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

Shades of Jungle Green #2B9F78

Tints of Jungle Green #2B9F78

Color information

#2B9F78 (or 0x2B9F78) is unknown color: approx Jungle Green. HEX triplet: 2B, 9F and 78. RGB value is (43,159,120). Sum of RGB (Red+Green+Blue) = 43+159+120=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F78 is #D46087. Grayscale: #777777. Windows color (decimal): -13918344 or 7905067. OLE color: 7905067.

HSL color Cylindrical-coordinate representation of color #2B9F78: hue angle of 159.83º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F78 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB43159120-
CMYK0.7300.250.38
HSL159.83º57.43%39.61%-
HSV(B)159.83º72.96%62.35%-
XYZ16.7826.6722.03-
YUV119.87128.0773.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 159 (62.5% from 255) = 49.38%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=13.35%
G=49.38%
B=37.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591200.7300.250.38159.8357.4339.61
Hex2B9F784901926a03928
Octal53237170111031462407150
Binary101011100111111111000100100101100110011010100000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,159,120); }

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

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

 a { background-color: rgb(43,159,120); }

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

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

 span { border-color: rgb(43,159,120); }

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