#01210A

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

Shades of Dark Green #01210A

Tints of Dark Green #01210A

Color information

#01210A (or 0x01210A) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 0A. RGB value is (1,33,10). Sum of RGB (Red+Green+Blue) = 1+33+10=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 33 (13.28% from 255 or 75% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 33 - color contains mainly: green. Hex color #01210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210A is #FEDEF5. Grayscale: #141414. Windows color (decimal): -16703222 or 663809. OLE color: 663809.

HSL color Cylindrical-coordinate representation of color #01210A: hue angle of 136.88º 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 #01210A is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB13310-
CMYK0.9700.700.87
HSL136.88º94.12%6.67%-
HSV(B)136.88º96.97%12.94%-
XYZ0.611.120.47-
YUV20.81121.9113.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 33 (13.28% from 255) = 75%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=2.27%
G=75%
B=22.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133100.9700.700.87136.8894.126.67
Hex121A6104657895e7
Octal1411214101061272111367
Binary110000110101100001010001101010111100010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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