Html Css Color HEX #299C7D Jungle Green

📋 copy color: '#299C7D'

red 41 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #299C7D

Tints of Jungle Green #299C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.45%

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 12.73%
G = 48.45%
B = 38.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#299C7D (or 0x299C7D) is known color: Jungle Green. HEX triplet: 29, 9C and 7D. RGB value is (41,156,125). Sum of RGB (Red+Green+Blue) = 41+156+125=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #299C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C7D is #D66382. Grayscale: #767676. Windows color (decimal): -14050179 or 8231977. OLE color: 8231977.

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

Color convert

RGB 41 156 125 -
CMYK 0.74 0 0.20 0.39
HSL 163.83º 0.58% 0.39% -
HSV(B) 163.83º 0.74% 0.61% -
XYZ 16.5 25.73 23.5 -
YUV 118.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 41 156 125 0.74 0 0.20 0.39 163.83 0.58 0.39
Hex 29 9C 7D 4A 0 14 27 A4 3A 27
Octal 51 234 175 112 0 24 47 244 72 47
Binary 101001 10011100 1111101 1001010 0 10100 100111 10100100 111010 100111

Color Harmonies of #299C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C7D

Black with #299C7D

Text Example


Text Example

White with #299C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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