Html Css Color HEX #293314 Pine Tree

📋 copy color: '#293314'

red 41 ◦ green 51 ◦ blue 20

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

Shades of Pine Tree #293314

Tints of Pine Tree #293314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.54%

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 36.61%
G = 45.54%
B = 17.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#293314 (or 0x293314) is known color: Pine Tree. HEX triplet: 29, 33 and 14. RGB value is (41,51,20). Sum of RGB (Red+Green+Blue) = 41+51+20=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #293314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293314 is #D6CCEB. Grayscale: #2C2C2C. Windows color (decimal): -14077164 or 1323817. OLE color: 1323817.

HSL color Cylindrical-coordinate representation of color #293314: hue angle of 79.35º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293314 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 20 -
CMYK 0.20 0 0.61 0.8
HSL 79.35º 0.44% 0.14% -
HSV(B) 79.35º 0.61% 0.2% -
XYZ 2.22 2.89 1.1 -
YUV 44.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 41 51 20 0.20 0 0.61 0.8 79.35 0.44 0.14
Hex 29 33 14 14 0 3D 50 4F 2C E
Octal 51 63 24 24 0 75 120 117 54 16
Binary 101001 110011 10100 10100 0 111101 1010000 1001111 101100 1110

Color Harmonies of #293314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293314

Black with #293314

Text Example


Text Example

White with #293314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293314; }

 p { color: rgb(41,51,20); }

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

background-color css

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

 a { background-color: rgb(41,51,20); }

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

border-color css

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

 span { border-color: rgb(41,51,20); }

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