Html Css Color HEX #299532 Forest Green

📋 copy color: '#299532'

red 41 ◦ green 149 ◦ blue 50

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

Shades of Forest Green #299532

Tints of Forest Green #299532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.08%

 BLUE value IS 50 (19.92% from 255) = 20.83%

R = 17.08%
G = 62.08%
B = 20.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#299532 (or 0x299532) is known color: Forest Green. HEX triplet: 29, 95 and 32. RGB value is (41,149,50). Sum of RGB (Red+Green+Blue) = 41+149+50=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #299532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299532 is #D66ACD. Grayscale: #696969. Windows color (decimal): -14052046 or 3314985. OLE color: 3314985.

HSL color Cylindrical-coordinate representation of color #299532: hue angle of 125º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299532 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 50 -
CMYK 0.72 0 0.66 0.42
HSL 125º 0.57% 0.37% -
HSV(B) 125º 0.72% 0.58% -
XYZ 12.24 22.2 6.66 -
YUV 105.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 41 149 50 0.72 0 0.66 0.42 125 0.57 0.37
Hex 29 95 32 48 0 42 2A 7D 39 25
Octal 51 225 62 110 0 102 52 175 71 45
Binary 101001 10010101 110010 1001000 0 1000010 101010 1111101 111001 100101

Color Harmonies of #299532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299532

Black with #299532

Text Example


Text Example

White with #299532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299532; }

 p { color: rgb(41,149,50); }

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

background-color css

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

 a { background-color: rgb(41,149,50); }

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

border-color css

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

 span { border-color: rgb(41,149,50); }

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