Html Css Color HEX #29440F Pine Tree

📋 copy color: '#29440F'

red 41 ◦ green 68 ◦ blue 15

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

Shades of Pine Tree #29440F

Tints of Pine Tree #29440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.84%

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

R = 33.06%
G = 54.84%
B = 12.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#29440F (or 0x29440F) is known color: Pine Tree. HEX triplet: 29, 44 and 0F. RGB value is (41,68,15). Sum of RGB (Red+Green+Blue) = 41+68+15=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #29440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29440F is #D6BBF0. Grayscale: #363636. Windows color (decimal): -14072817 or 1000489. OLE color: 1000489.

HSL color Cylindrical-coordinate representation of color #29440F: hue angle of 90.57º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29440F is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 15 -
CMYK 0.40 0 0.78 0.73
HSL 90.57º 0.64% 0.16% -
HSV(B) 90.57º 0.78% 0.27% -
XYZ 3.07 4.64 1.19 -
YUV 53.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 41 68 15 0.40 0 0.78 0.73 90.57 0.64 0.16
Hex 29 44 F 28 0 4E 49 5B 40 10
Octal 51 104 17 50 0 116 111 133 100 20
Binary 101001 1000100 1111 101000 0 1001110 1001001 1011011 1000000 10000

Color Harmonies of #29440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29440F

Black with #29440F

Text Example


Text Example

White with #29440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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