Html Css Color HEX #294010 Pine Tree

📋 copy color: '#294010'

red 41 ◦ green 64 ◦ blue 16

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

Shades of Pine Tree #294010

Tints of Pine Tree #294010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 33.88%
G = 52.89%
B = 13.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#294010 (or 0x294010) is known color: Pine Tree. HEX triplet: 29, 40 and 10. RGB value is (41,64,16). Sum of RGB (Red+Green+Blue) = 41+64+16=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #294010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294010 is #D6BFEF. Grayscale: #333333. Windows color (decimal): -14073840 or 1065001. OLE color: 1065001.

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

Color convert

RGB 41 64 16 -
CMYK 0.36 0 0.75 0.75
HSL 88.75º 0.6% 0.16% -
HSV(B) 88.75º 0.75% 0.25% -
XYZ 2.84 4.18 1.15 -
YUV 51.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 41 64 16 0.36 0 0.75 0.75 88.75 0.6 0.16
Hex 29 40 10 24 0 4B 4B 59 3C 10
Octal 51 100 20 44 0 113 113 131 74 20
Binary 101001 1000000 10000 100100 0 1001011 1001011 1011001 111100 10000

Color Harmonies of #294010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294010

Black with #294010

Text Example


Text Example

White with #294010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294010; }

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

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

background-color css

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

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

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

border-color css

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

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

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