#213409

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

Shades of Pine Tree #213409

Tints of Pine Tree #213409

Color information

#213409 (or 0x213409) is unknown color: approx Pine Tree. HEX triplet: 21, 34 and 09. RGB value is (33,52,9). Sum of RGB (Red+Green+Blue) = 33+52+9=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #213409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213409 is #DECBF6. Grayscale: #292929. Windows color (decimal): -14601207 or 603169. OLE color: 603169.

HSL color Cylindrical-coordinate representation of color #213409: hue angle of 86.51º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213409 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB33529-
CMYK0.3700.830.80
HSL86.51º70.49%11.96%-
HSV(B)86.51º82.69%20.39%-
XYZ1.92.80.7-
YUV41.42109.71122-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=35.11%
G=55.32%
B=9.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal335290.3700.830.8086.5170.4911.96
Hex2134925053505746c
Octal41641145012312012710614
Binary1000011101001001100101010100111010000101011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213409; }

 p { color: rgb(33,52,9); }

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

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

 a { background-color: rgb(33,52,9); }

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

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

 span { border-color: rgb(33,52,9); }

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