#213403

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

Shades of Pine Tree #213403

Tints of Pine Tree #213403

Color information

#213403 (or 0x213403) is unknown color: approx Pine Tree. HEX triplet: 21, 34 and 03. RGB value is (33,52,3). Sum of RGB (Red+Green+Blue) = 33+52+3=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 52 (20.70% from 255 or 59.09% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 52 - color contains mainly: green. Hex color #213403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213403 is #DECBFC. Grayscale: #282828. Windows color (decimal): -14601213 or 209953. OLE color: 209953.

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

Color convert

RGB33523-
CMYK0.3700.940.80
HSL83.27º89.09%10.78%-
HSV(B)83.27º94.23%20.39%-
XYZ1.872.790.53-
YUV40.73106.71122.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 52 (20.70% from 255) = 59.09%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=37.5%
G=59.09%
B=3.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal335230.3700.940.8083.2789.0910.78
Hex213432505E505359b
Octal4164345013612012313113
Binary10000111010011100101010111101010000101001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213403; }

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

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

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

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

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

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

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

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