#299C76

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

Shades of Jungle Green #299C76

Tints of Jungle Green #299C76

Color information

#299C76 (or 0x299C76) is unknown color: approx Jungle Green. HEX triplet: 29, 9C and 76. RGB value is (41,156,118). Sum of RGB (Red+Green+Blue) = 41+156+118=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #299C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C76 is #D66389. Grayscale: #757575. Windows color (decimal): -14050186 or 7773225. OLE color: 7773225.

HSL color Cylindrical-coordinate representation of color #299C76: hue angle of 160.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C76 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB41156118-
CMYK0.7400.240.39
HSL160.17º58.38%38.63%-
HSV(B)160.17º73.72%61.18%-
XYZ16.0725.5621.23-
YUV117.28128.473.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 156 (61.33% from 255) = 49.52%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=13.02%
G=49.52%
B=37.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561180.7400.240.39160.1758.3838.63
Hex299C764A01827a03a27
Octal51234166112030472407247
Binary101001100111001110110100101001100010011110100000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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