#21390C

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

Shades of Pine Tree #21390C

Tints of Pine Tree #21390C

Color information

#21390C (or 0x21390C) is unknown color: approx Pine Tree. HEX triplet: 21, 39 and 0C. RGB value is (33,57,12). Sum of RGB (Red+Green+Blue) = 33+57+12=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #21390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21390C is #DEC6F3. Grayscale: #2C2C2C. Windows color (decimal): -14599924 or 801057. OLE color: 801057.

HSL color Cylindrical-coordinate representation of color #21390C: hue angle of 92º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21390C is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB335712-
CMYK0.4200.790.78
HSL92º65.22%13.53%-
HSV(B)92º78.95%22.35%-
XYZ2.163.280.87-
YUV44.69109.55119.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=32.35%
G=55.88%
B=11.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357120.4200.790.789265.2213.53
Hex2139C2A04F4E5c41e
Octal41711452011711613410116
Binary1000011110011100101010010011111001110101110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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