#011C08

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

Shades of Dark Green #011C08

Tints of Dark Green #011C08

Color information

#011C08 (or 0x011C08) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 08. RGB value is (1,28,8). Sum of RGB (Red+Green+Blue) = 1+28+8=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 28 (11.33% from 255 or 75.68% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 28 - color contains mainly: green. Hex color #011C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C08 is #FEE3F7. Grayscale: #111111. Windows color (decimal): -16704504 or 531457. OLE color: 531457.

HSL color Cylindrical-coordinate representation of color #011C08: hue angle of 135.56º 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 #011C08 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.

Color convert

RGB1288-
CMYK0.9600.710.89
HSL135.56º93.1%5.69%-
HSV(B)135.56º96.43%10.98%-
XYZ0.470.850.37-
YUV17.65122.55116.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 28 (11.33% from 255) = 75.68%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=2.70%
G=75.68%
B=21.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12880.9600.710.89135.5693.15.69
Hex11C86004759885d6
Octal1341014001071312101356
Binary11110010001100000010001111011001100010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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