Html Css Color HEX #011A0C Dark Green

📋 copy color: '#011A0C'

red 1 ◦ green 26 ◦ blue 12

#011A0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #011A0C

Tints of Dark Green #011A0C

RGB

 RED value IS 1 (0.78% from 255) = 2.56%

 GREEN value IS 26 (10.55% from 255) = 66.67%

 BLUE value IS 12 (5.08% from 255) = 30.77%

R = 2.56%
G = 66.67%
B = 30.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.90

RGB Variations

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

Color information

#011A0C (or 0x011A0C) is known color: Dark Green. HEX triplet: 01, 1A and 0C. RGB value is (1,26,12). Sum of RGB (Red+Green+Blue) = 1+26+12=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0C is #FEE5F3. Grayscale: #101010. Windows color (decimal): -16705012 or 793089. OLE color: 793089.

HSL color Cylindrical-coordinate representation of color #011A0C: hue angle of 146.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A0C is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 26 12 -
CMYK 0.96 0 0.54 0.90
HSL 146.4º 0.93% 0.05% -
HSV(B) 146.4º 0.96% 0.1% -
XYZ 0.45 0.77 0.47 -
YUV 16.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 1 26 12 0.96 0 0.54 0.90 146.4 0.93 0.05
Hex 1 1A C 60 0 36 5A 92 5D 5
Octal 1 32 14 140 0 66 132 222 135 5
Binary 1 11010 1100 1100000 0 110110 1011010 10010010 1011101 101

Color Harmonies of #011A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A0C

Black with #011A0C

Text Example


Text Example

White with #011A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #011A0C;
 }
 .AnyTagClassName
 {
   color: #011A0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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