Html Css Color HEX #294112 Pine Tree

📋 copy color: '#294112'

red 41 ◦ green 65 ◦ blue 18

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

Shades of Pine Tree #294112

Tints of Pine Tree #294112

RGB

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

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

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

R = 33.06%
G = 52.42%
B = 14.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#294112 (or 0x294112) is known color: Pine Tree. HEX triplet: 29, 41 and 12. RGB value is (41,65,18). Sum of RGB (Red+Green+Blue) = 41+65+18=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #294112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294112 is #D6BEED. Grayscale: #343434. Windows color (decimal): -14073582 or 1196329. OLE color: 1196329.

HSL color Cylindrical-coordinate representation of color #294112: hue angle of 90.64º degrees, saturation: 0.57, 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 #294112 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 18 -
CMYK 0.37 0 0.72 0.75
HSL 90.64º 0.57% 0.16% -
HSV(B) 90.64º 0.72% 0.25% -
XYZ 2.91 4.3 1.25 -
YUV 52.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 41 65 18 0.37 0 0.72 0.75 90.64 0.57 0.16
Hex 29 41 12 25 0 48 4B 5B 39 10
Octal 51 101 22 45 0 110 113 133 71 20
Binary 101001 1000001 10010 100101 0 1001000 1001011 1011011 111001 10000

Color Harmonies of #294112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294112

Black with #294112

Text Example


Text Example

White with #294112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294112; }

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

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

background-color css

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

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

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

border-color css

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

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

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