#011C07

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

Shades of Dark Green #011C07

Tints of Dark Green #011C07

Color information

#011C07 (or 0x011C07) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 07. RGB value is (1,28,7). Sum of RGB (Red+Green+Blue) = 1+28+7=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 28 (11.33% from 255 or 77.78% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 28 - color contains mainly: green. Hex color #011C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C07 is #FEE3F8. Grayscale: #111111. Windows color (decimal): -16704505 or 465921. OLE color: 465921.

HSL color Cylindrical-coordinate representation of color #011C07: hue angle of 133.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C07 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.

Color convert

RGB1287-
CMYK0.9600.750.89
HSL133.33º93.1%5.69%-
HSV(B)133.33º96.43%10.98%-
XYZ0.470.850.34-
YUV17.53122.05116.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 28 (11.33% from 255) = 77.78%
BLUE value IS 7 (3.12% from 255) = 19.44%
R=2.78%
G=77.78%
B=19.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12870.9600.750.89133.3393.15.69
Hex11C76004B59855d6
Octal134714001131312051356
Binary1111001111100000010010111011001100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C07; }

 p { color: rgb(1,28,7); }

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

<style>
 a { background-color: #011C07; }

 a { background-color: rgb(1,28,7); }

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

<style>
 span { border-color: #011C07; }

 span { border-color: rgb(1,28,7); }

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