#21360C

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

Shades of Pine Tree #21360C

Tints of Pine Tree #21360C

Color information

#21360C (or 0x21360C) is unknown color: approx Pine Tree. HEX triplet: 21, 36 and 0C. RGB value is (33,54,12). Sum of RGB (Red+Green+Blue) = 33+54+12=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #21360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21360C is #DEC9F3. Grayscale: #2B2B2B. Windows color (decimal): -14600692 or 800289. OLE color: 800289.

HSL color Cylindrical-coordinate representation of color #21360C: hue angle of 90º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21360C is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB335412-
CMYK0.3900.780.79
HSL90º63.64%12.94%-
HSV(B)90º77.78%21.18%-
XYZ2.012.990.82-
YUV42.93110.54120.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 54.55%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=33.33%
G=54.55%
B=12.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354120.3900.780.799063.6412.94
Hex2136C2704E4F5a40d
Octal41661447011611713210015
Binary1000011101101100100111010011101001111101101010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,54,12); }

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

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

 a { background-color: rgb(33,54,12); }

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

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

 span { border-color: rgb(33,54,12); }

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