#01170B

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

Shades of Dark Green #01170B

Tints of Dark Green #01170B

Color information

#01170B (or 0x01170B) is unknown color: approx Dark Green. HEX triplet: 01, 17 and 0B. RGB value is (1,23,11). Sum of RGB (Red+Green+Blue) = 1+23+11=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 23 (9.38% from 255 or 65.71% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 23 - color contains mainly: green. Hex color #01170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170B is #FEE8F4. Grayscale: #0F0F0F. Windows color (decimal): -16705781 or 726785. OLE color: 726785.

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

Color convert

RGB12311-
CMYK0.9600.520.91
HSL147.27º91.67%4.71%-
HSV(B)147.27º95.65%9.02%-
XYZ0.380.640.42-
YUV15.05125.71117.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 23 (9.38% from 255) = 65.71%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=2.86%
G=65.71%
B=31.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal123110.9600.520.91147.2791.674.71
Hex117B600345B935c5
Octal127131400641332231345
Binary1101111011110000001101001011011100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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