Html Css Color HEX #011A0D Dark Green

📋 copy color: '#011A0D'

red 1 ◦ green 26 ◦ blue 13

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

Shades of Dark Green #011A0D

Tints of Dark Green #011A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 2.5%
G = 65%
B = 32.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.5

 K value IS 0.90

RGB Variations

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

Color information

#011A0D (or 0x011A0D) is known color: Dark Green. HEX triplet: 01, 1A and 0D. RGB value is (1,26,13). Sum of RGB (Red+Green+Blue) = 1+26+13=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0D is #FEE5F2. Grayscale: #111111. Windows color (decimal): -16705011 or 858625. OLE color: 858625.

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

Color convert

RGB 1 26 13 -
CMYK 0.96 0 0.5 0.90
HSL 148.8º 0.93% 0.05% -
HSV(B) 148.8º 0.96% 0.1% -
XYZ 0.45 0.77 0.51 -
YUV 17.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 1 26 13 0.96 0 0.5 0.90 148.8 0.93 0.05
Hex 1 1A D 60 0 32 5A 95 5D 5
Octal 1 32 15 140 0 62 132 225 135 5
Binary 1 11010 1101 1100000 0 110010 1011010 10010101 1011101 101

Color Harmonies of #011A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A0D

Black with #011A0D

Text Example


Text Example

White with #011A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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