#21231E

Color #21231E Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #21231E

Tints of Pine Tree #21231E

Color information

#21231E (or 0x21231E) is unknown color: approx Pine Tree. HEX triplet: 21, 23 and 1E. RGB value is (33,35,30). Sum of RGB (Red+Green+Blue) = 33+35+30=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 35 - color contains mainly: green. Hex color #21231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21231E is #DEDCE1. Grayscale: #212121. Windows color (decimal): -14605538 or 1975073. OLE color: 1975073.

HSL color Cylindrical-coordinate representation of color #21231E: hue angle of 84º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #21231E is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB333530-
CMYK0.0600.140.86
HSL84º7.69%12.75%-
HSV(B)84º14.29%13.73%-
XYZ1.461.621.46-
YUV33.83125.84127.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=33.67%
G=35.71%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335300.0600.140.86847.6912.75
Hex21231E60E56548d
Octal41433660161261241015
Binary10000110001111110110011101010110101010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21231E; }

 p { color: rgb(33,35,30); }

 H1.HeaderClassName
 {
   color: #21231E;
 }
 .AnyTagClassName
 {
   color: #21231E;
 }
</style>
background-color css

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

 a { background-color: rgb(33,35,30); }

 div.DivClassName
 {
   background-color: #21231E;
 }
 .BgClassName
 {
   background-color: #21231E;
 }
</style>
border-color css

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

 span { border-color: rgb(33,35,30); }

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