#299E76

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

Shades of Jungle Green #299E76

Tints of Jungle Green #299E76

Color information

#299E76 (or 0x299E76) is unknown color: approx Jungle Green. HEX triplet: 29, 9E and 76. RGB value is (41,158,118). Sum of RGB (Red+Green+Blue) = 41+158+118=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #299E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E76 is #D66189. Grayscale: #767676. Windows color (decimal): -14049674 or 7773737. OLE color: 7773737.

HSL color Cylindrical-coordinate representation of color #299E76: hue angle of 159.49º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299E76 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB41158118-
CMYK0.7400.250.38
HSL159.49º58.79%39.02%-
HSV(B)159.49º74.05%61.96%-
XYZ16.4126.2321.34-
YUV118.46127.7472.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 158 (62.11% from 255) = 49.84%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=12.93%
G=49.84%
B=37.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581180.7400.250.38159.4958.7939.02
Hex299E764A019269f3b27
Octal51236166112031462377347
Binary101001100111101110110100101001100110011010011111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299E76; }

 p { color: rgb(41,158,118); }

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

<style>
 a { background-color: #299E76; }

 a { background-color: rgb(41,158,118); }

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

<style>
 span { border-color: #299E76; }

 span { border-color: rgb(41,158,118); }

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