#213C03

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

Shades of Pine Tree #213C03

Tints of Pine Tree #213C03

Color information

#213C03 (or 0x213C03) is unknown color: approx Pine Tree. HEX triplet: 21, 3C and 03. RGB value is (33,60,3). Sum of RGB (Red+Green+Blue) = 33+60+3=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #213C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C03 is #DEC3FC. Grayscale: #2D2D2D. Windows color (decimal): -14599165 or 212001. OLE color: 212001.

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

Color convert

RGB33603-
CMYK0.4500.950.76
HSL88.42º90.48%12.35%-
HSV(B)88.42º95%23.53%-
XYZ2.263.560.65-
YUV45.43104.05119.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 60 (23.83% from 255) = 62.5%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=34.38%
G=62.5%
B=3.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal336030.4500.950.7688.4290.4812.35
Hex213C32D05F4C585ac
Octal4174355013711413013214
Binary10000111110011101101010111111001100101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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