#21290F

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

Shades of Pine Tree #21290F

Tints of Pine Tree #21290F

Color information

#21290F (or 0x21290F) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 0F. RGB value is (33,41,15). Sum of RGB (Red+Green+Blue) = 33+41+15=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #21290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21290F is #DED6F0. Grayscale: #232323. Windows color (decimal): -14604017 or 993569. OLE color: 993569.

HSL color Cylindrical-coordinate representation of color #21290F: hue angle of 78.46º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21290F is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB334115-
CMYK0.2000.630.84
HSL78.46º46.43%10.98%-
HSV(B)78.46º63.41%16.08%-
XYZ1.511.940.75-
YUV35.64116.35126.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=37.08%
G=46.07%
B=16.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341150.2000.630.8478.4646.4310.98
Hex2129F1403F544e2eb
Octal415117240771241165613
Binary1000011010011111101000111111101010010011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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