Html Css Color HEX #299C75 Jungle Green

📋 copy color: '#299C75'

red 41 ◦ green 156 ◦ blue 117

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

Shades of Jungle Green #299C75

Tints of Jungle Green #299C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 13.06%
G = 49.68%
B = 37.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#299C75 (or 0x299C75) is known color: Jungle Green. HEX triplet: 29, 9C and 75. RGB value is (41,156,117). Sum of RGB (Red+Green+Blue) = 41+156+117=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #299C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C75 is #D6638A. Grayscale: #757575. Windows color (decimal): -14050187 or 7707689. OLE color: 7707689.

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

Color convert

RGB 41 156 117 -
CMYK 0.74 0 0.25 0.39
HSL 159.65º 0.58% 0.39% -
HSV(B) 159.65º 0.74% 0.61% -
XYZ 16.01 25.53 20.91 -
YUV 117.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 41 156 117 0.74 0 0.25 0.39 159.65 0.58 0.39
Hex 29 9C 75 4A 0 19 27 A0 3A 27
Octal 51 234 165 112 0 31 47 240 72 47
Binary 101001 10011100 1110101 1001010 0 11001 100111 10100000 111010 100111

Color Harmonies of #299C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C75

Black with #299C75

Text Example


Text Example

White with #299C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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