#213012

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

Shades of Pine Tree #213012

Tints of Pine Tree #213012

Color information

#213012 (or 0x213012) is unknown color: approx Pine Tree. HEX triplet: 21, 30 and 12. RGB value is (33,48,18). Sum of RGB (Red+Green+Blue) = 33+48+18=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #213012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213012 is #DECFED. Grayscale: #282828. Windows color (decimal): -14602222 or 1191969. OLE color: 1191969.

HSL color Cylindrical-coordinate representation of color #213012: hue angle of 90º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213012 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB334818-
CMYK0.3100.630.81
HSL90º45.45%12.94%-
HSV(B)90º62.5%18.82%-
XYZ1.792.480.96-
YUV40.1115.53122.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=33.33%
G=48.48%
B=18.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348180.3100.630.819045.4512.94
Hex2130121F03F515a2dd
Octal416022370771211325515
Binary10000111000010010111110111111101000110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213012; }

 p { color: rgb(33,48,18); }

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

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

 a { background-color: rgb(33,48,18); }

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

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

 span { border-color: rgb(33,48,18); }

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