Html Css Color HEX #29950F Forest Green

📋 copy color: '#29950F'

red 41 ◦ green 149 ◦ blue 15

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

Shades of Forest Green #29950F

Tints of Forest Green #29950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 20%
G = 72.68%
B = 7.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#29950F (or 0x29950F) is known color: Forest Green. HEX triplet: 29, 95 and 0F. RGB value is (41,149,15). Sum of RGB (Red+Green+Blue) = 41+149+15=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #29950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29950F is #D66AF0. Grayscale: #656565. Windows color (decimal): -14052081 or 1021225. OLE color: 1021225.

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

Color convert

RGB 41 149 15 -
CMYK 0.72 0 0.90 0.42
HSL 108.36º 0.82% 0.32% -
HSV(B) 108.36º 0.9% 0.58% -
XYZ 11.75 22 4.08 -
YUV 101.43 79.22 84.9 -
System Red Green Blue C M Y K H S L
Decimal 41 149 15 0.72 0 0.90 0.42 108.36 0.82 0.32
Hex 29 95 F 48 0 5A 2A 6C 52 20
Octal 51 225 17 110 0 132 52 154 122 40
Binary 101001 10010101 1111 1001000 0 1011010 101010 1101100 1010010 100000

Color Harmonies of #29950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29950F

Black with #29950F

Text Example


Text Example

White with #29950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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