#21251B

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

Shades of Pine Tree #21251B

Tints of Pine Tree #21251B

Color information

#21251B (or 0x21251B) is unknown color: approx Pine Tree. HEX triplet: 21, 25 and 1B. RGB value is (33,37,27). Sum of RGB (Red+Green+Blue) = 33+37+27=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #21251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21251B is #DEDAE4. Grayscale: #222222. Windows color (decimal): -14605029 or 1778977. OLE color: 1778977.

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

Color convert

RGB333727-
CMYK0.1100.270.85
HSL84º15.63%12.55%-
HSV(B)84º27.03%14.51%-
XYZ1.491.731.29-
YUV34.66123.67126.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=34.02%
G=38.14%
B=27.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3337270.1100.270.858415.6312.55
Hex21251BB01B555410d
Octal414533130331251242015
Binary10000110010111011101101101110101011010100100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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