#011C0B

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

Shades of Dark Green #011C0B

Tints of Dark Green #011C0B

Color information

#011C0B (or 0x011C0B) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 0B. RGB value is (1,28,11). Sum of RGB (Red+Green+Blue) = 1+28+11=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #011C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C0B is #FEE3F4. Grayscale: #121212. Windows color (decimal): -16704501 or 728065. OLE color: 728065.

HSL color Cylindrical-coordinate representation of color #011C0B: hue angle of 142.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C0B is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.

Color convert

RGB12811-
CMYK0.9600.610.89
HSL142.22º93.1%5.69%-
HSV(B)142.22º96.43%10.98%-
XYZ0.490.860.46-
YUV17.99124.05115.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 28 (11.33% from 255) = 70%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=2.5%
G=70%
B=27.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128110.9600.610.89142.2293.15.69
Hex11CB6003D598e5d6
Octal134131400751312161356
Binary1111001011110000001111011011001100011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C0B; }

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

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

<style>
 a { background-color: #011C0B; }

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

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

<style>
 span { border-color: #011C0B; }

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

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