Html Css Color HEX #011E15 Dark Green

📋 copy color: '#011E15'

red 1 ◦ green 30 ◦ blue 21

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

Shades of Dark Green #011E15

Tints of Dark Green #011E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 57.69%

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

R = 1.92%
G = 57.69%
B = 40.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#011E15 (or 0x011E15) is known color: Dark Green. HEX triplet: 01, 1E and 15. RGB value is (1,30,21). Sum of RGB (Red+Green+Blue) = 1+30+21=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #011E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E15 is #FEE1EA. Grayscale: #141414. Windows color (decimal): -16703979 or 1383937. OLE color: 1383937.

HSL color Cylindrical-coordinate representation of color #011E15: hue angle of 161.38º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E15 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 30 21 -
CMYK 0.97 0 0.30 0.88
HSL 161.38º 0.94% 0.06% -
HSV(B) 161.38º 0.97% 0.12% -
XYZ 0.61 0.99 0.87 -
YUV 20.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 1 30 21 0.97 0 0.30 0.88 161.38 0.94 0.06
Hex 1 1E 15 61 0 1E 58 A1 5E 6
Octal 1 36 25 141 0 36 130 241 136 6
Binary 1 11110 10101 1100001 0 11110 1011000 10100001 1011110 110

Color Harmonies of #011E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E15

Black with #011E15

Text Example


Text Example

White with #011E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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