#213C06

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

Shades of Pine Tree #213C06

Tints of Pine Tree #213C06

Color information

#213C06 (or 0x213C06) is unknown color: approx Pine Tree. HEX triplet: 21, 3C and 06. RGB value is (33,60,6). Sum of RGB (Red+Green+Blue) = 33+60+6=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 60 (23.83% from 255 or 60.61% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 60 - color contains mainly: green. Hex color #213C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213C06 is #DEC3F9. Grayscale: #2D2D2D. Windows color (decimal): -14599162 or 408609. OLE color: 408609.

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

Color convert

RGB33606-
CMYK0.4500.900.76
HSL90º81.82%12.94%-
HSV(B)90º90%23.53%-
XYZ2.283.570.74-
YUV45.77105.55118.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 60.61%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=33.33%
G=60.61%
B=6.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal336060.4500.900.769081.8212.94
Hex213C62D05A4C5a52d
Octal4174655013211413212215
Binary100001111100110101101010110101001100101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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