Html Css Color HEX #011D15 Dark Green

📋 copy color: '#011D15'

red 1 ◦ green 29 ◦ blue 21

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

Shades of Dark Green #011D15

Tints of Dark Green #011D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 56.86%

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

R = 1.96%
G = 56.86%
B = 41.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#011D15 (or 0x011D15) is known color: Dark Green. HEX triplet: 01, 1D and 15. RGB value is (1,29,21). Sum of RGB (Red+Green+Blue) = 1+29+21=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #011D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D15 is #FEE2EA. Grayscale: #131313. Windows color (decimal): -16704235 or 1383681. OLE color: 1383681.

HSL color Cylindrical-coordinate representation of color #011D15: hue angle of 162.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D15 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 29 21 -
CMYK 0.97 0 0.28 0.89
HSL 162.86º 0.93% 0.06% -
HSV(B) 162.86º 0.97% 0.11% -
XYZ 0.59 0.94 0.86 -
YUV 19.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 1 29 21 0.97 0 0.28 0.89 162.86 0.93 0.06
Hex 1 1D 15 61 0 1C 59 A3 5D 6
Octal 1 35 25 141 0 34 131 243 135 6
Binary 1 11101 10101 1100001 0 11100 1011001 10100011 1011101 110

Color Harmonies of #011D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D15

Black with #011D15

Text Example


Text Example

White with #011D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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