#01180F

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

Shades of Dark Green #01180F

Tints of Dark Green #01180F

Color information

#01180F (or 0x01180F) is unknown color: approx Dark Green. HEX triplet: 01, 18 and 0F. RGB value is (1,24,15). Sum of RGB (Red+Green+Blue) = 1+24+15=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #01180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180F is #FEE7F0. Grayscale: #101010. Windows color (decimal): -16705521 or 989185. OLE color: 989185.

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

Color convert

RGB12415-
CMYK0.9600.370.91
HSL156.52º92%4.9%-
HSV(B)156.52º95.83%9.41%-
XYZ0.430.690.56-
YUV16.1127.38117.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 24 (9.77% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=2.5%
G=60%
B=37.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal124150.9600.370.91156.52924.9
Hex118F600255B9d5c5
Octal130171400451332351345
Binary1110001111110000001001011011011100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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