#213A00

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

Shades of Pine Tree #213A00

Tints of Pine Tree #213A00

Color information

#213A00 (or 0x213A00) is unknown color: approx Pine Tree. HEX triplet: 21, 3A and 00. RGB value is (33,58,0). Sum of RGB (Red+Green+Blue) = 33+58+0=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #213A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213A00 is #DEC5FF. Grayscale: #2C2C2C. Windows color (decimal): -14599680 or 14881. OLE color: 14881.

HSL color Cylindrical-coordinate representation of color #213A00: hue angle of 85.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #213A00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB33580-
CMYK0.43010.77
HSL85.86º100%11.37%-
HSV(B)85.86º100%22.75%-
XYZ2.143.350.53-
YUV43.91103.22120.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 58 (23.05% from 255) = 63.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.26%
G=63.74%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal335800.43010.7785.8610011.37
Hex213A02B0644D5664b
Octal4172053014411512614413
Binary1000011110100101011011001001001101101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,58,0); }

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

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

 a { background-color: rgb(33,58,0); }

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

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

 span { border-color: rgb(33,58,0); }

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