Html Css Color HEX #293316 Pine Tree

📋 copy color: '#293316'

red 41 ◦ green 51 ◦ blue 22

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

Shades of Pine Tree #293316

Tints of Pine Tree #293316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.3%

R = 35.96%
G = 44.74%
B = 19.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#293316 (or 0x293316) is known color: Pine Tree. HEX triplet: 29, 33 and 16. RGB value is (41,51,22). Sum of RGB (Red+Green+Blue) = 41+51+22=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #293316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293316 is #D6CCE9. Grayscale: #2C2C2C. Windows color (decimal): -14077162 or 1454889. OLE color: 1454889.

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

Color convert

RGB 41 51 22 -
CMYK 0.20 0 0.57 0.8
HSL 80.69º 0.4% 0.14% -
HSV(B) 80.69º 0.57% 0.2% -
XYZ 2.24 2.9 1.2 -
YUV 44.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 41 51 22 0.20 0 0.57 0.8 80.69 0.4 0.14
Hex 29 33 16 14 0 39 50 51 28 E
Octal 51 63 26 24 0 71 120 121 50 16
Binary 101001 110011 10110 10100 0 111001 1010000 1010001 101000 1110

Color Harmonies of #293316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293316

Black with #293316

Text Example


Text Example

White with #293316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293316; }

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

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

background-color css

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

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

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

border-color css

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

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

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