Html Css Color HEX #29950D Forest Green

📋 copy color: '#29950D'

red 41 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #29950D

Tints of Forest Green #29950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 20.2%
G = 73.4%
B = 6.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#29950D (or 0x29950D) is known color: Forest Green. HEX triplet: 29, 95 and 0D. RGB value is (41,149,13). Sum of RGB (Red+Green+Blue) = 41+149+13=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #29950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29950D is #D66AF2. Grayscale: #656565. Windows color (decimal): -14052083 or 890153. OLE color: 890153.

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

Color convert

RGB 41 149 13 -
CMYK 0.72 0 0.91 0.42
HSL 107.65º 0.84% 0.32% -
HSV(B) 107.65º 0.91% 0.58% -
XYZ 11.73 22 4.01 -
YUV 101.2 78.22 85.06 -
System Red Green Blue C M Y K H S L
Decimal 41 149 13 0.72 0 0.91 0.42 107.65 0.84 0.32
Hex 29 95 D 48 0 5B 2A 6C 54 20
Octal 51 225 15 110 0 133 52 154 124 40
Binary 101001 10010101 1101 1001000 0 1011011 101010 1101100 1010100 100000

Color Harmonies of #29950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29950D

Black with #29950D

Text Example


Text Example

White with #29950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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