#01210E

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

Shades of Dark Green #01210E

Tints of Dark Green #01210E

Color information

#01210E (or 0x01210E) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 0E. RGB value is (1,33,14). Sum of RGB (Red+Green+Blue) = 1+33+14=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #01210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210E is #FEDEF1. Grayscale: #151515. Windows color (decimal): -16703218 or 925953. OLE color: 925953.

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

Color convert

RGB13314-
CMYK0.9700.580.87
HSL144.38º94.12%6.67%-
HSV(B)144.38º96.97%12.94%-
XYZ0.641.130.6-
YUV21.27123.9113.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 33 (13.28% from 255) = 68.75%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=2.08%
G=68.75%
B=29.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133140.9700.580.87144.3894.126.67
Hex121E6103A57905e7
Octal141161410721272201367
Binary11000011110110000101110101010111100100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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