Html Css Color HEX #29950C Forest Green

📋 copy color: '#29950C'

red 41 ◦ green 149 ◦ blue 12

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

Shades of Forest Green #29950C

Tints of Forest Green #29950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 20.3%
G = 73.76%
B = 5.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#29950C (or 0x29950C) is known color: Forest Green. HEX triplet: 29, 95 and 0C. RGB value is (41,149,12). Sum of RGB (Red+Green+Blue) = 41+149+12=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #29950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29950C is #D66AF3. Grayscale: #656565. Windows color (decimal): -14052084 or 824617. OLE color: 824617.

HSL color Cylindrical-coordinate representation of color #29950C: hue angle of 107.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29950C is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 12 -
CMYK 0.72 0 0.92 0.42
HSL 107.3º 0.85% 0.32% -
HSV(B) 107.3º 0.92% 0.58% -
XYZ 11.73 21.99 3.97 -
YUV 101.09 77.72 85.14 -
System Red Green Blue C M Y K H S L
Decimal 41 149 12 0.72 0 0.92 0.42 107.3 0.85 0.32
Hex 29 95 C 48 0 5C 2A 6B 55 20
Octal 51 225 14 110 0 134 52 153 125 40
Binary 101001 10010101 1100 1001000 0 1011100 101010 1101011 1010101 100000

Color Harmonies of #29950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29950C

Black with #29950C

Text Example


Text Example

White with #29950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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