#299C7E

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

Shades of Jungle Green #299C7E

Tints of Jungle Green #299C7E

Color information

#299C7E (or 0x299C7E) is unknown color: approx Jungle Green. HEX triplet: 29, 9C and 7E. RGB value is (41,156,126). Sum of RGB (Red+Green+Blue) = 41+156+126=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #299C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C7E is #D66381. Grayscale: #767676. Windows color (decimal): -14050178 or 8297513. OLE color: 8297513.

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

Color convert

RGB41156126-
CMYK0.7400.190.39
HSL164.35º58.38%38.63%-
HSV(B)164.35º73.72%61.18%-
XYZ16.5725.7523.84-
YUV118.2132.472.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=12.69%
G=48.30%
B=39.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561260.7400.190.39164.3558.3838.63
Hex299C7E4A01327a43a27
Octal51234176112023472447247
Binary101001100111001111110100101001001110011110100100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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