#21251C

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

Shades of Pine Tree #21251C

Tints of Pine Tree #21251C

Color information

#21251C (or 0x21251C) is unknown color: approx Pine Tree. HEX triplet: 21, 25 and 1C. RGB value is (33,37,28). Sum of RGB (Red+Green+Blue) = 33+37+28=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #21251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21251C is #DEDAE3. Grayscale: #222222. Windows color (decimal): -14605028 or 1844513. OLE color: 1844513.

HSL color Cylindrical-coordinate representation of color #21251C: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #21251C is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB333728-
CMYK0.1100.240.85
HSL86.67º13.85%12.75%-
HSV(B)86.67º24.32%14.51%-
XYZ1.51.731.35-
YUV34.78124.17126.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=33.67%
G=37.76%
B=28.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337280.1100.240.8586.6713.8512.75
Hex21251CB0185557ed
Octal414534130301251271615
Binary1000011001011110010110110001010101101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21251C; }

 p { color: rgb(33,37,28); }

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

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

 a { background-color: rgb(33,37,28); }

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

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

 span { border-color: rgb(33,37,28); }

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