Html Css Color HEX #294111 Pine Tree

📋 copy color: '#294111'

red 41 ◦ green 65 ◦ blue 17

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

Shades of Pine Tree #294111

Tints of Pine Tree #294111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

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

R = 33.33%
G = 52.85%
B = 13.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#294111 (or 0x294111) is known color: Pine Tree. HEX triplet: 29, 41 and 11. RGB value is (41,65,17). Sum of RGB (Red+Green+Blue) = 41+65+17=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #294111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294111 is #D6BEEE. Grayscale: #343434. Windows color (decimal): -14073583 or 1130793. OLE color: 1130793.

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

Color convert

RGB 41 65 17 -
CMYK 0.37 0 0.74 0.75
HSL 90º 0.59% 0.16% -
HSV(B) 90º 0.74% 0.25% -
XYZ 2.91 4.29 1.21 -
YUV 52.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 41 65 17 0.37 0 0.74 0.75 90 0.59 0.16
Hex 29 41 11 25 0 4A 4B 5A 3B 10
Octal 51 101 21 45 0 112 113 132 73 20
Binary 101001 1000001 10001 100101 0 1001010 1001011 1011010 111011 10000

Color Harmonies of #294111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294111

Black with #294111

Text Example


Text Example

White with #294111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294111; }

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

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

background-color css

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

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

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

border-color css

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

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

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