#299B79

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

Shades of Jungle Green #299B79

Tints of Jungle Green #299B79

Color information

#299B79 (or 0x299B79) is unknown color: approx Jungle Green. HEX triplet: 29, 9B and 79. RGB value is (41,155,121). Sum of RGB (Red+Green+Blue) = 41+155+121=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #299B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B79 is #D66486. Grayscale: #757575. Windows color (decimal): -14050439 or 7969577. OLE color: 7969577.

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

Color convert

RGB41155121-
CMYK0.7400.220.39
HSL162.11º58.16%38.43%-
HSV(B)162.11º73.55%60.78%-
XYZ16.0925.2922.12-
YUV117.04130.2373.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=12.93%
G=48.90%
B=38.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411551210.7400.220.39162.1158.1638.43
Hex299B794A01627a23a26
Octal51233171112026472427246
Binary101001100110111111001100101001011010011110100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,155,121); }

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

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

 a { background-color: rgb(41,155,121); }

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

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

 span { border-color: rgb(41,155,121); }

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