Html Css Color HEX #293220 Pine Tree

📋 copy color: '#293220'

red 41 ◦ green 50 ◦ blue 32

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

Shades of Pine Tree #293220

Tints of Pine Tree #293220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 33.33%
G = 40.65%
B = 26.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#293220 (or 0x293220) is known color: Pine Tree. HEX triplet: 29, 32 and 20. RGB value is (41,50,32). Sum of RGB (Red+Green+Blue) = 41+50+32=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #293220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293220 is #D6CDDF. Grayscale: #2D2D2D. Windows color (decimal): -14077408 or 2109993. OLE color: 2109993.

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

Color convert

RGB 41 50 32 -
CMYK 0.18 0 0.36 0.80
HSL 90º 0.22% 0.16% -
HSV(B) 90º 0.36% 0.2% -
XYZ 2.32 2.86 1.8 -
YUV 45.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 41 50 32 0.18 0 0.36 0.80 90 0.22 0.16
Hex 29 32 20 12 0 24 50 5A 16 10
Octal 51 62 40 22 0 44 120 132 26 20
Binary 101001 110010 100000 10010 0 100100 1010000 1011010 10110 10000

Color Harmonies of #293220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293220

Black with #293220

Text Example


Text Example

White with #293220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293220; }

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

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

background-color css

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

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

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

border-color css

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

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

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