Html Css Color HEX #29420F Pine Tree

📋 copy color: '#29420F'

red 41 ◦ green 66 ◦ blue 15

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

Shades of Pine Tree #29420F

Tints of Pine Tree #29420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

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

R = 33.61%
G = 54.1%
B = 12.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#29420F (or 0x29420F) is known color: Pine Tree. HEX triplet: 29, 42 and 0F. RGB value is (41,66,15). Sum of RGB (Red+Green+Blue) = 41+66+15=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #29420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29420F is #D6BDF0. Grayscale: #343434. Windows color (decimal): -14073329 or 999977. OLE color: 999977.

HSL color Cylindrical-coordinate representation of color #29420F: hue angle of 89.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29420F is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 15 -
CMYK 0.38 0 0.77 0.74
HSL 89.41º 0.63% 0.16% -
HSV(B) 89.41º 0.77% 0.26% -
XYZ 2.95 4.4 1.15 -
YUV 52.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 41 66 15 0.38 0 0.77 0.74 89.41 0.63 0.16
Hex 29 42 F 26 0 4D 4A 59 3F 10
Octal 51 102 17 46 0 115 112 131 77 20
Binary 101001 1000010 1111 100110 0 1001101 1001010 1011001 111111 10000

Color Harmonies of #29420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29420F

Black with #29420F

Text Example


Text Example

White with #29420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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