#299D78

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

Shades of Jungle Green #299D78

Tints of Jungle Green #299D78

Color information

#299D78 (or 0x299D78) is unknown color: approx Jungle Green. HEX triplet: 29, 9D and 78. RGB value is (41,157,120). Sum of RGB (Red+Green+Blue) = 41+157+120=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #299D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D78 is #D66287. Grayscale: #767676. Windows color (decimal): -14049928 or 7904553. OLE color: 7904553.

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

Color convert

RGB41157120-
CMYK0.7400.240.38
HSL160.86º58.59%38.82%-
HSV(B)160.86º73.89%61.57%-
XYZ16.3625.9421.91-
YUV118.1129.0773.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 157 (61.72% from 255) = 49.37%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=12.89%
G=49.37%
B=37.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571200.7400.240.38160.8658.5938.82
Hex299D784A01826a13b27
Octal51235170112030462417347
Binary101001100111011111000100101001100010011010100001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,157,120); }

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

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

 a { background-color: rgb(41,157,120); }

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

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

 span { border-color: rgb(41,157,120); }

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