Html Css Color HEX #294012 Pine Tree

📋 copy color: '#294012'

red 41 ◦ green 64 ◦ blue 18

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

Shades of Pine Tree #294012

Tints of Pine Tree #294012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 33.33%
G = 52.03%
B = 14.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#294012 (or 0x294012) is known color: Pine Tree. HEX triplet: 29, 40 and 12. RGB value is (41,64,18). Sum of RGB (Red+Green+Blue) = 41+64+18=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #294012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294012 is #D6BFED. Grayscale: #343434. Windows color (decimal): -14073838 or 1196073. OLE color: 1196073.

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

Color convert

RGB 41 64 18 -
CMYK 0.36 0 0.72 0.75
HSL 90º 0.56% 0.16% -
HSV(B) 90º 0.72% 0.25% -
XYZ 2.86 4.18 1.23 -
YUV 51.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 41 64 18 0.36 0 0.72 0.75 90 0.56 0.16
Hex 29 40 12 24 0 48 4B 5A 38 10
Octal 51 100 22 44 0 110 113 132 70 20
Binary 101001 1000000 10010 100100 0 1001000 1001011 1011010 111000 10000

Color Harmonies of #294012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294012

Black with #294012

Text Example


Text Example

White with #294012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294012; }

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

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

background-color css

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

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

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

border-color css

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

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

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