Html Css Color HEX #293216 Pine Tree

📋 copy color: '#293216'

red 41 ◦ green 50 ◦ blue 22

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

Shades of Pine Tree #293216

Tints of Pine Tree #293216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 44.25%

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

R = 36.28%
G = 44.25%
B = 19.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#293216 (or 0x293216) is known color: Pine Tree. HEX triplet: 29, 32 and 16. RGB value is (41,50,22). Sum of RGB (Red+Green+Blue) = 41+50+22=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #293216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293216 is #D6CDE9. Grayscale: #2C2C2C. Windows color (decimal): -14077418 or 1454633. OLE color: 1454633.

HSL color Cylindrical-coordinate representation of color #293216: hue angle of 79.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #293216 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 22 -
CMYK 0.18 0 0.56 0.80
HSL 79.29º 0.39% 0.14% -
HSV(B) 79.29º 0.56% 0.2% -
XYZ 2.2 2.81 1.19 -
YUV 44.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 41 50 22 0.18 0 0.56 0.80 79.29 0.39 0.14
Hex 29 32 16 12 0 38 50 4F 27 E
Octal 51 62 26 22 0 70 120 117 47 16
Binary 101001 110010 10110 10010 0 111000 1010000 1001111 100111 1110

Color Harmonies of #293216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293216

Black with #293216

Text Example


Text Example

White with #293216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293216; }

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

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

background-color css

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

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

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

border-color css

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

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

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