#21360A

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

Shades of Pine Tree #21360A

Tints of Pine Tree #21360A

Color information

#21360A (or 0x21360A) is unknown color: approx Pine Tree. HEX triplet: 21, 36 and 0A. RGB value is (33,54,10). Sum of RGB (Red+Green+Blue) = 33+54+10=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #21360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21360A is #DEC9F5. Grayscale: #2A2A2A. Windows color (decimal): -14600694 or 669217. OLE color: 669217.

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

Color convert

RGB335410-
CMYK0.3900.810.79
HSL88.64º68.75%12.55%-
HSV(B)88.64º81.48%21.18%-
XYZ22.980.76-
YUV42.7109.54121.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=34.02%
G=55.67%
B=10.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354100.3900.810.7988.6468.7512.55
Hex2136A270514F5945d
Octal41661247012111713110515
Binary1000011101101010100111010100011001111101100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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