#213B03

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

Shades of Pine Tree #213B03

Tints of Pine Tree #213B03

Color information

#213B03 (or 0x213B03) is unknown color: approx Pine Tree. HEX triplet: 21, 3B and 03. RGB value is (33,59,3). Sum of RGB (Red+Green+Blue) = 33+59+3=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #213B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213B03 is #DEC4FC. Grayscale: #2D2D2D. Windows color (decimal): -14599421 or 211745. OLE color: 211745.

HSL color Cylindrical-coordinate representation of color #213B03: hue angle of 87.86º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #213B03 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB33593-
CMYK0.4400.950.77
HSL87.86º90.32%12.16%-
HSV(B)87.86º94.92%23.14%-
XYZ2.213.460.64-
YUV44.84104.39119.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 59 (23.44% from 255) = 62.11%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=34.74%
G=62.11%
B=3.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal335930.4400.950.7787.8690.3212.16
Hex213B32C05F4D585ac
Octal4173354013711513013214
Binary10000111101111101100010111111001101101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B03; }

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

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

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

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

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

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

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

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