#21350C

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

Shades of Pine Tree #21350C

Tints of Pine Tree #21350C

Color information

#21350C (or 0x21350C) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 0C. RGB value is (33,53,12). Sum of RGB (Red+Green+Blue) = 33+53+12=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #21350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21350C is #DECAF3. Grayscale: #2A2A2A. Windows color (decimal): -14600948 or 800033. OLE color: 800033.

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

Color convert

RGB335312-
CMYK0.3800.770.79
HSL89.27º63.08%12.75%-
HSV(B)89.27º77.36%20.78%-
XYZ1.972.90.8-
YUV42.35110.87121.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=33.67%
G=54.08%
B=12.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353120.3800.770.7989.2763.0812.75
Hex2135C2604D4F593fd
Octal4165144601151171317715
Binary100001110101110010011001001101100111110110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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