Html Css Color HEX #293121 Pine Tree

📋 copy color: '#293121'

red 41 ◦ green 49 ◦ blue 33

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

Shades of Pine Tree #293121

Tints of Pine Tree #293121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

 BLUE value IS 33 (13.28% from 255) = 26.83%

R = 33.33%
G = 39.84%
B = 26.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#293121 (or 0x293121) is known color: Pine Tree. HEX triplet: 29, 31 and 21. RGB value is (41,49,33). Sum of RGB (Red+Green+Blue) = 41+49+33=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #293121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293121 is #D6CEDE. Grayscale: #2C2C2C. Windows color (decimal): -14077663 or 2175273. OLE color: 2175273.

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

Color convert

RGB 41 49 33 -
CMYK 0.16 0 0.33 0.81
HSL 90º 0.2% 0.16% -
HSV(B) 90º 0.33% 0.19% -
XYZ 2.29 2.78 1.85 -
YUV 44.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 41 49 33 0.16 0 0.33 0.81 90 0.2 0.16
Hex 29 31 21 10 0 21 51 5A 14 10
Octal 51 61 41 20 0 41 121 132 24 20
Binary 101001 110001 100001 10000 0 100001 1010001 1011010 10100 10000

Color Harmonies of #293121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293121

Black with #293121

Text Example


Text Example

White with #293121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293121; }

 p { color: rgb(41,49,33); }

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

background-color css

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

 a { background-color: rgb(41,49,33); }

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

border-color css

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

 span { border-color: rgb(41,49,33); }

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