#299F7B

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

Shades of Jungle Green #299F7B

Tints of Jungle Green #299F7B

Color information

#299F7B (or 0x299F7B) is unknown color: approx Jungle Green. HEX triplet: 29, 9F and 7B. RGB value is (41,159,123). Sum of RGB (Red+Green+Blue) = 41+159+123=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #299F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F7B is #D66084. Grayscale: #777777. Windows color (decimal): -14049413 or 8101673. OLE color: 8101673.

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

Color convert

RGB41159123-
CMYK0.7400.230.38
HSL161.69º59%39.22%-
HSV(B)161.69º74.21%62.35%-
XYZ16.8926.723-
YUV119.61129.9171.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=12.69%
G=49.23%
B=38.08%

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
Decimal411591230.7400.230.38161.695939.22
Hex299F7B4A01726a23b27
Octal51237173112027462427347
Binary101001100111111111011100101001011110011010100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,159,123); }

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

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

 a { background-color: rgb(41,159,123); }

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

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

 span { border-color: rgb(41,159,123); }

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