#213C01

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

Shades of Pine Tree #213C01

Tints of Pine Tree #213C01

Color information

#213C01 (or 0x213C01) is unknown color: approx Pine Tree. HEX triplet: 21, 3C and 01. RGB value is (33,60,1). Sum of RGB (Red+Green+Blue) = 33+60+1=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #213C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C01 is #DEC3FE. Grayscale: #2D2D2D. Windows color (decimal): -14599167 or 80929. OLE color: 80929.

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

Color convert

RGB33601-
CMYK0.4500.980.76
HSL87.46º96.72%11.96%-
HSV(B)87.46º98.33%23.53%-
XYZ2.253.560.6-
YUV45.2103.05119.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 60 (23.83% from 255) = 63.83%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=35.11%
G=63.83%
B=1.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal336010.4500.980.7687.4696.7211.96
Hex213C12D0624C5761c
Octal4174155014211412714114
Binary1000011111001101101011000101001100101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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