#01210D

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

Shades of Dark Green #01210D

Tints of Dark Green #01210D

Color information

#01210D (or 0x01210D) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 0D. RGB value is (1,33,13). Sum of RGB (Red+Green+Blue) = 1+33+13=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #01210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210D is #FEDEF2. Grayscale: #151515. Windows color (decimal): -16703219 or 860417. OLE color: 860417.

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

Color convert

RGB13313-
CMYK0.9700.610.87
HSL142.5º94.12%6.67%-
HSV(B)142.5º96.97%12.94%-
XYZ0.631.120.56-
YUV21.15123.4113.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 33 (13.28% from 255) = 70.21%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=2.13%
G=70.21%
B=27.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133130.9700.610.87142.594.126.67
Hex121D6103D578e5e7
Octal141151410751272161367
Binary11000011101110000101111011010111100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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