Html Css Color HEX #011A10 Dark Green

📋 copy color: '#011A10'

red 1 ◦ green 26 ◦ blue 16

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

Shades of Dark Green #011A10

Tints of Dark Green #011A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 37.21%

R = 2.33%
G = 60.47%
B = 37.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.90

RGB Variations

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

Color information

#011A10 (or 0x011A10) is known color: Dark Green. HEX triplet: 01, 1A and 10. RGB value is (1,26,16). Sum of RGB (Red+Green+Blue) = 1+26+16=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #011A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A10 is #FEE5EF. Grayscale: #111111. Windows color (decimal): -16705008 or 1055233. OLE color: 1055233.

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

Color convert

RGB 1 26 16 -
CMYK 0.96 0 0.38 0.90
HSL 156º 0.93% 0.05% -
HSV(B) 156º 0.96% 0.1% -
XYZ 0.48 0.78 0.62 -
YUV 17.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 1 26 16 0.96 0 0.38 0.90 156 0.93 0.05
Hex 1 1A 10 60 0 26 5A 9C 5D 5
Octal 1 32 20 140 0 46 132 234 135 5
Binary 1 11010 10000 1100000 0 100110 1011010 10011100 1011101 101

Color Harmonies of #011A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A10

Black with #011A10

Text Example


Text Example

White with #011A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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