Html Css Color HEX #299F73 Jungle Green

📋 copy color: '#299F73'

red 41 ◦ green 159 ◦ blue 115

#299F73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #299F73

Tints of Jungle Green #299F73

RGB

 RED value IS 41 (16.41% from 255) = 13.02%

 GREEN value IS 159 (62.5% from 255) = 50.48%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 13.02%
G = 50.48%
B = 36.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#299F73 (or 0x299F73) is known color: Jungle Green. HEX triplet: 29, 9F and 73. RGB value is (41,159,115). Sum of RGB (Red+Green+Blue) = 41+159+115=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #299F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F73 is #D6608C. Grayscale: #767676. Windows color (decimal): -14049421 or 7577385. OLE color: 7577385.

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

Color convert

RGB 41 159 115 -
CMYK 0.74 0 0.28 0.38
HSL 157.63º 0.59% 0.39% -
HSV(B) 157.63º 0.74% 0.62% -
XYZ 16.41 26.51 20.47 -
YUV 118.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 41 159 115 0.74 0 0.28 0.38 157.63 0.59 0.39
Hex 29 9F 73 4A 0 1C 26 9E 3B 27
Octal 51 237 163 112 0 34 46 236 73 47
Binary 101001 10011111 1110011 1001010 0 11100 100110 10011110 111011 100111

Color Harmonies of #299F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299F73

Black with #299F73

Text Example


Text Example

White with #299F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #299F73;
 }
 .AnyTagClassName
 {
   color: #299F73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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