Html Css Color HEX #011A15 Dark Green

📋 copy color: '#011A15'

red 1 ◦ green 26 ◦ blue 21

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

Shades of Dark Green #011A15

Tints of Dark Green #011A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 43.75%

R = 2.08%
G = 54.17%
B = 43.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#011A15 (or 0x011A15) is known color: Dark Green. HEX triplet: 01, 1A and 15. RGB value is (1,26,21). Sum of RGB (Red+Green+Blue) = 1+26+21=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #011A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A15 is #FEE5EA. Grayscale: #111111. Windows color (decimal): -16705003 or 1382913. OLE color: 1382913.

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

Color convert

RGB 1 26 21 -
CMYK 0.96 0 0.19 0.90
HSL 168º 0.93% 0.05% -
HSV(B) 168º 0.96% 0.1% -
XYZ 0.52 0.8 0.84 -
YUV 17.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 1 26 21 0.96 0 0.19 0.90 168 0.93 0.05
Hex 1 1A 15 60 0 13 5A A8 5D 5
Octal 1 32 25 140 0 23 132 250 135 5
Binary 1 11010 10101 1100000 0 10011 1011010 10101000 1011101 101

Color Harmonies of #011A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A15

Black with #011A15

Text Example


Text Example

White with #011A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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