Html Css Color HEX #29960D Forest Green

📋 copy color: '#29960D'

red 41 ◦ green 150 ◦ blue 13

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

Shades of Forest Green #29960D

Tints of Forest Green #29960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.53%

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

R = 20.1%
G = 73.53%
B = 6.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#29960D (or 0x29960D) is known color: Forest Green. HEX triplet: 29, 96 and 0D. RGB value is (41,150,13). Sum of RGB (Red+Green+Blue) = 41+150+13=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 150 (58.98% from 255 or 73.53% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 150 - color contains mainly: green. Hex color #29960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29960D is #D669F2. Grayscale: #666666. Windows color (decimal): -14051827 or 890409. OLE color: 890409.

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

Color convert

RGB 41 150 13 -
CMYK 0.73 0 0.91 0.41
HSL 107.74º 0.84% 0.32% -
HSV(B) 107.74º 0.91% 0.59% -
XYZ 11.89 22.31 4.06 -
YUV 101.79 77.89 84.64 -
System Red Green Blue C M Y K H S L
Decimal 41 150 13 0.73 0 0.91 0.41 107.74 0.84 0.32
Hex 29 96 D 49 0 5B 29 6C 54 20
Octal 51 226 15 111 0 133 51 154 124 40
Binary 101001 10010110 1101 1001001 0 1011011 101001 1101100 1010100 100000

Color Harmonies of #29960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29960D

Black with #29960D

Text Example


Text Example

White with #29960D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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