#011C1A

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

Shades of Dark Green #011C1A

Tints of Dark Green #011C1A

Color information

#011C1A (or 0x011C1A) is unknown color: approx Dark Green. HEX triplet: 01, 1C and 1A. RGB value is (1,28,26). Sum of RGB (Red+Green+Blue) = 1+28+26=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #011C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C1A is #FEE3E5. Grayscale: #131313. Windows color (decimal): -16704486 or 1711105. OLE color: 1711105.

HSL color Cylindrical-coordinate representation of color #011C1A: hue angle of 175.56º 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 #011C1A is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB12826-
CMYK0.9600.070.89
HSL175.56º93.1%5.69%-
HSV(B)175.56º96.43%10.98%-
XYZ0.610.911.12-
YUV19.7131.55114.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=1.82%
G=50.91%
B=47.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128260.9600.070.89175.5693.15.69
Hex11C1A600759b05d6
Octal13432140071312601356
Binary11110011010110000001111011001101100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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