#01170C

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

Shades of Dark Green #01170C

Tints of Dark Green #01170C

Color information

#01170C (or 0x01170C) is unknown color: approx Dark Green. HEX triplet: 01, 17 and 0C. RGB value is (1,23,12). Sum of RGB (Red+Green+Blue) = 1+23+12=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 23 (9.38% from 255 or 63.89% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 23 - color contains mainly: green. Hex color #01170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170C is #FEE8F3. Grayscale: #0F0F0F. Windows color (decimal): -16705780 or 792321. OLE color: 792321.

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

Color convert

RGB12312-
CMYK0.9600.480.91
HSL150º91.67%4.71%-
HSV(B)150º95.65%9.02%-
XYZ0.390.650.45-
YUV15.17126.21117.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 23 (9.38% from 255) = 63.89%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=2.78%
G=63.89%
B=33.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal123120.9600.480.9115091.674.71
Hex117C600305B965c5
Octal127141400601332261345
Binary1101111100110000001100001011011100101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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