Html Css Color HEX #294013 Pine Tree

📋 copy color: '#294013'

red 41 ◦ green 64 ◦ blue 19

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

Shades of Pine Tree #294013

Tints of Pine Tree #294013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 33.06%
G = 51.61%
B = 15.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#294013 (or 0x294013) is known color: Pine Tree. HEX triplet: 29, 40 and 13. RGB value is (41,64,19). Sum of RGB (Red+Green+Blue) = 41+64+19=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #294013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294013 is #D6BFEC. Grayscale: #343434. Windows color (decimal): -14073837 or 1261609. OLE color: 1261609.

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

Color convert

RGB 41 64 19 -
CMYK 0.36 0 0.70 0.75
HSL 90.67º 0.54% 0.16% -
HSV(B) 90.67º 0.7% 0.25% -
XYZ 2.87 4.19 1.27 -
YUV 51.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 41 64 19 0.36 0 0.70 0.75 90.67 0.54 0.16
Hex 29 40 13 24 0 46 4B 5B 36 10
Octal 51 100 23 44 0 106 113 133 66 20
Binary 101001 1000000 10011 100100 0 1000110 1001011 1011011 110110 10000

Color Harmonies of #294013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294013

Black with #294013

Text Example


Text Example

White with #294013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294013; }

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

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

background-color css

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

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

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

border-color css

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

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

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