#213803

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

Shades of Pine Tree #213803

Tints of Pine Tree #213803

Color information

#213803 (or 0x213803) is unknown color: approx Pine Tree. HEX triplet: 21, 38 and 03. RGB value is (33,56,3). Sum of RGB (Red+Green+Blue) = 33+56+3=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #213803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213803 is #DEC7FC. Grayscale: #2B2B2B. Windows color (decimal): -14600189 or 210977. OLE color: 210977.

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

Color convert

RGB33563-
CMYK0.4100.950.78
HSL86.04º89.83%11.57%-
HSV(B)86.04º94.64%21.96%-
XYZ2.063.160.59-
YUV43.08105.38120.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=35.87%
G=60.87%
B=3.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335630.4100.950.7886.0489.8311.57
Hex213832905F4E565ac
Octal4170351013711612613214
Binary10000111100011101001010111111001110101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213803; }

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

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

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

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

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

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

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

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