#299E7A

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

Shades of Jungle Green #299E7A

Tints of Jungle Green #299E7A

Color information

#299E7A (or 0x299E7A) is unknown color: approx Jungle Green. HEX triplet: 29, 9E and 7A. RGB value is (41,158,122). Sum of RGB (Red+Green+Blue) = 41+158+122=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #299E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E7A is #D66185. Grayscale: #767676. Windows color (decimal): -14049670 or 8035881. OLE color: 8035881.

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

Color convert

RGB41158122-
CMYK0.7400.230.38
HSL161.54º58.79%39.02%-
HSV(B)161.54º74.05%61.96%-
XYZ16.6526.3322.62-
YUV118.91129.7472.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.77%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=12.77%
G=49.22%
B=38.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581220.7400.230.38161.5458.7939.02
Hex299E7A4A01726a23b27
Octal51236172112027462427347
Binary101001100111101111010100101001011110011010100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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