#010C04

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

Shades of Dark Green #010C04

Tints of Dark Green #010C04

Color information

#010C04 (or 0x010C04) is unknown color: approx Dark Green. HEX triplet: 01, 0C and 04. RGB value is (1,12,4). Sum of RGB (Red+Green+Blue) = 1+12+4=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 12 (5.08% from 255 or 70.59% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 12 - color contains mainly: green. Hex color #010C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C04 is #FEF3FB. Grayscale: #070707. Windows color (decimal): -16708604 or 265217. OLE color: 265217.

HSL color Cylindrical-coordinate representation of color #010C04: hue angle of 136.36º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010C04 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.95.

Color convert

RGB1124-
CMYK0.9200.670.95
HSL136.36º84.62%2.55%-
HSV(B)136.36º91.67%4.71%-
XYZ0.170.280.16-
YUV7.8125.86123.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.88%
GREEN value IS 12 (5.08% from 255) = 70.59%
BLUE value IS 4 (1.95% from 255) = 23.53%
R=5.88%
G=70.59%
B=23.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11240.9200.670.95136.3684.622.55
Hex1C45C0435F88553
Octal114413401031372101253
Binary11100100101110001000011101111110001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C04; }

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

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

<style>
 a { background-color: #010C04; }

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

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

<style>
 span { border-color: #010C04; }

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

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