#213404

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

Shades of Pine Tree #213404

Tints of Pine Tree #213404

Color information

#213404 (or 0x213404) is unknown color: approx Pine Tree. HEX triplet: 21, 34 and 04. RGB value is (33,52,4). Sum of RGB (Red+Green+Blue) = 33+52+4=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #213404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213404 is #DECBFB. Grayscale: #292929. Windows color (decimal): -14601212 or 275489. OLE color: 275489.

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

Color convert

RGB33524-
CMYK0.3700.920.80
HSL83.75º85.71%10.98%-
HSV(B)83.75º92.31%20.39%-
XYZ1.882.790.55-
YUV40.85107.21122.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 52 (20.70% from 255) = 58.43%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=37.08%
G=58.43%
B=4.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal335240.3700.920.8083.7585.7110.98
Hex213442505C505456b
Octal4164445013412012412613
Binary100001110100100100101010111001010000101010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213404; }

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

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

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

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

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

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

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

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