Html Css Color HEX #299F74 Jungle Green

📋 copy color: '#299F74'

red 41 ◦ green 159 ◦ blue 116

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

Shades of Jungle Green #299F74

Tints of Jungle Green #299F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 12.97%
G = 50.32%
B = 36.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#299F74 (or 0x299F74) is known color: Jungle Green. HEX triplet: 29, 9F and 74. RGB value is (41,159,116). Sum of RGB (Red+Green+Blue) = 41+159+116=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #299F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F74 is #D6608B. Grayscale: #767676. Windows color (decimal): -14049420 or 7642921. OLE color: 7642921.

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

Color convert

RGB 41 159 116 -
CMYK 0.74 0 0.27 0.38
HSL 158.14º 0.59% 0.39% -
HSV(B) 158.14º 0.74% 0.62% -
XYZ 16.46 26.53 20.78 -
YUV 118.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 41 159 116 0.74 0 0.27 0.38 158.14 0.59 0.39
Hex 29 9F 74 4A 0 1B 26 9E 3B 27
Octal 51 237 164 112 0 33 46 236 73 47
Binary 101001 10011111 1110100 1001010 0 11011 100110 10011110 111011 100111

Color Harmonies of #299F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299F74

Black with #299F74

Text Example


Text Example

White with #299F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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