#213904

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

Shades of Pine Tree #213904

Tints of Pine Tree #213904

Color information

#213904 (or 0x213904) is unknown color: approx Pine Tree. HEX triplet: 21, 39 and 04. RGB value is (33,57,4). Sum of RGB (Red+Green+Blue) = 33+57+4=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #213904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213904 is #DEC6FB. Grayscale: #2B2B2B. Windows color (decimal): -14599932 or 276769. OLE color: 276769.

HSL color Cylindrical-coordinate representation of color #213904: hue angle of 87.17º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #213904 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB33574-
CMYK0.4200.930.78
HSL87.17º86.89%11.96%-
HSV(B)87.17º92.98%22.35%-
XYZ2.113.260.63-
YUV43.78105.55120.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 57 (22.66% from 255) = 60.64%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=35.11%
G=60.64%
B=4.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335740.4200.930.7887.1786.8911.96
Hex213942A05D4E5757c
Octal4171452013511612712714
Binary100001111001100101010010111011001110101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213904; }

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

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

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

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

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

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

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

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