#2B9F73

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

Shades of Jungle Green #2B9F73

Tints of Jungle Green #2B9F73

Color information

#2B9F73 (or 0x2B9F73) is unknown color: approx Jungle Green. HEX triplet: 2B, 9F and 73. RGB value is (43,159,115). Sum of RGB (Red+Green+Blue) = 43+159+115=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F73 is #D4608C. Grayscale: #777777. Windows color (decimal): -13918349 or 7577387. OLE color: 7577387.

HSL color Cylindrical-coordinate representation of color #2B9F73: hue angle of 157.24º 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 #2B9F73 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB43159115-
CMYK0.7300.280.38
HSL157.24º57.43%39.61%-
HSV(B)157.24º72.96%62.35%-
XYZ16.4926.5520.47-
YUV119.3125.5773.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=13.56%
G=50.16%
B=36.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591150.7300.280.38157.2457.4339.61
Hex2B9F734901C269d3928
Octal53237163111034462357150
Binary101011100111111110011100100101110010011010011101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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