#2B9F7B

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

Shades of Jungle Green #2B9F7B

Tints of Jungle Green #2B9F7B

Color information

#2B9F7B (or 0x2B9F7B) is unknown color: approx Jungle Green. HEX triplet: 2B, 9F and 7B. RGB value is (43,159,123). Sum of RGB (Red+Green+Blue) = 43+159+123=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F7B is #D46084. Grayscale: #787878. Windows color (decimal): -13918341 or 8101675. OLE color: 8101675.

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

Color convert

RGB43159123-
CMYK0.7300.230.38
HSL161.38º57.43%39.61%-
HSV(B)161.38º72.96%62.35%-
XYZ16.9726.7423.01-
YUV120.21129.5772.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=13.23%
G=48.92%
B=37.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591230.7300.230.38161.3857.4339.61
Hex2B9F7B4901726a13928
Octal53237173111027462417150
Binary101011100111111111011100100101011110011010100001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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