#01180A

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

Shades of Dark Green #01180A

Tints of Dark Green #01180A

Color information

#01180A (or 0x01180A) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 0A. RGB value is (1,24,10). Sum of RGB (Red+Green+Blue) = 1+24+10=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #01180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180A is #FEE7F5. Grayscale: #0F0F0F. Windows color (decimal): -16705526 or 661505. OLE color: 661505.

HSL color Cylindrical-coordinate representation of color #01180A: hue angle of 143.48º 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 #01180A is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB12410-
CMYK0.9600.580.91
HSL143.48º92%4.9%-
HSV(B)143.48º95.83%9.41%-
XYZ0.390.680.4-
YUV15.53124.88117.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 24 (9.77% from 255) = 68.57%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=2.86%
G=68.57%
B=28.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124100.9600.580.91143.48924.9
Hex118A6003A5B8f5c5
Octal130121400721332171345
Binary1110001010110000001110101011011100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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