#01210C

Color #01210C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #01210C

Tints of Dark Green #01210C

Color information

#01210C (or 0x01210C) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 0C. RGB value is (1,33,12). Sum of RGB (Red+Green+Blue) = 1+33+12=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 33 (13.28% from 255 or 71.74% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 33 - color contains mainly: green. Hex color #01210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210C is #FEDEF3. Grayscale: #151515. Windows color (decimal): -16703220 or 794881. OLE color: 794881.

HSL color Cylindrical-coordinate representation of color #01210C: hue angle of 140.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01210C is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB13312-
CMYK0.9700.640.87
HSL140.62º94.12%6.67%-
HSV(B)140.62º96.97%12.94%-
XYZ0.621.120.53-
YUV21.04122.9113.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 33 (13.28% from 255) = 71.74%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=2.17%
G=71.74%
B=26.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133120.9700.640.87140.6294.126.67
Hex121C61040578d5e7
Octal1411414101001272151367
Binary110000111001100001010000001010111100011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01210C; }

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

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

<style>
 a { background-color: #01210C; }

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

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

<style>
 span { border-color: #01210C; }

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

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