#21231F

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

Shades of Pine Tree #21231F

Tints of Pine Tree #21231F

Color information

#21231F (or 0x21231F) is unknown color: approx Pine Tree. HEX triplet: 21, 23 and 1F. RGB value is (33,35,31). Sum of RGB (Red+Green+Blue) = 33+35+31=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 35 - color contains mainly: green. Hex color #21231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21231F is #DEDCE0. Grayscale: #212121. Windows color (decimal): -14605537 or 2040609. OLE color: 2040609.

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

Color convert

RGB333531-
CMYK0.0600.110.86
HSL90º6.06%12.94%-
HSV(B)90º11.43%13.73%-
XYZ1.481.621.53-
YUV33.95126.34127.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=33.33%
G=35.35%
B=31.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335310.0600.110.86906.0612.94
Hex21231F60B565a6d
Octal4143376013126132615
Binary1000011000111111111001011101011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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