#299C80

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

Shades of Jungle Green #299C80

Tints of Jungle Green #299C80

Color information

#299C80 (or 0x299C80) is unknown color: approx Jungle Green. HEX triplet: 29, 9C and 80. RGB value is (41,156,128). Sum of RGB (Red+Green+Blue) = 41+156+128=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #299C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C80 is #D6637F. Grayscale: #767676. Windows color (decimal): -14050176 or 8428585. OLE color: 8428585.

HSL color Cylindrical-coordinate representation of color #299C80: hue angle of 165.39º 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 #299C80 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB41156128-
CMYK0.7400.180.39
HSL165.39º58.38%38.63%-
HSV(B)165.39º73.72%61.18%-
XYZ16.725.8124.52-
YUV118.42133.472.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=12.62%
G=48%
B=39.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561280.7400.180.39165.3958.3838.63
Hex299C804A01227a53a27
Octal51234200112022472457247
Binary1010011001110010000000100101001001010011110100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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