#01180C

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

Shades of Dark Green #01180C

Tints of Dark Green #01180C

Color information

#01180C (or 0x01180C) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 0C. RGB value is (1,24,12). Sum of RGB (Red+Green+Blue) = 1+24+12=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #01180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180C is #FEE7F3. Grayscale: #0F0F0F. Windows color (decimal): -16705524 or 792577. OLE color: 792577.

HSL color Cylindrical-coordinate representation of color #01180C: hue angle of 148.7º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01180C is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB12412-
CMYK0.9600.500.91
HSL148.7º92%4.9%-
HSV(B)148.7º95.83%9.41%-
XYZ0.410.690.46-
YUV15.76125.88117.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 24 (9.77% from 255) = 64.86%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=2.70%
G=64.86%
B=32.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124120.9600.500.91148.7924.9
Hex118C600325B955c5
Octal130141400621332251345
Binary1110001100110000001100101011011100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01180C; }

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

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

<style>
 a { background-color: #01180C; }

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

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

<style>
 span { border-color: #01180C; }

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

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