Html Css Color HEX #294011 Pine Tree

📋 copy color: '#294011'

red 41 ◦ green 64 ◦ blue 17

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

Shades of Pine Tree #294011

Tints of Pine Tree #294011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 33.61%
G = 52.46%
B = 13.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#294011 (or 0x294011) is known color: Pine Tree. HEX triplet: 29, 40 and 11. RGB value is (41,64,17). Sum of RGB (Red+Green+Blue) = 41+64+17=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #294011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294011 is #D6BFEE. Grayscale: #333333. Windows color (decimal): -14073839 or 1130537. OLE color: 1130537.

HSL color Cylindrical-coordinate representation of color #294011: hue angle of 89.36º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294011 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 17 -
CMYK 0.36 0 0.73 0.75
HSL 89.36º 0.58% 0.16% -
HSV(B) 89.36º 0.73% 0.25% -
XYZ 2.85 4.18 1.19 -
YUV 51.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 41 64 17 0.36 0 0.73 0.75 89.36 0.58 0.16
Hex 29 40 11 24 0 49 4B 59 3A 10
Octal 51 100 21 44 0 111 113 131 72 20
Binary 101001 1000000 10001 100100 0 1001001 1001011 1011001 111010 10000

Color Harmonies of #294011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294011

Black with #294011

Text Example


Text Example

White with #294011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294011; }

 p { color: rgb(41,64,17); }

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

background-color css

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

 a { background-color: rgb(41,64,17); }

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

border-color css

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

 span { border-color: rgb(41,64,17); }

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