Html Css Color HEX #011E0D Dark Green

📋 copy color: '#011E0D'

red 1 ◦ green 30 ◦ blue 13

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

Shades of Dark Green #011E0D

Tints of Dark Green #011E0D

RGB

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

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

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

R = 2.27%
G = 68.18%
B = 29.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.88

RGB Variations

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

Color information

#011E0D (or 0x011E0D) is known color: Dark Green. HEX triplet: 01, 1E and 0D. RGB value is (1,30,13). Sum of RGB (Red+Green+Blue) = 1+30+13=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #011E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E0D is #FEE1F2. Grayscale: #131313. Windows color (decimal): -16703987 or 859649. OLE color: 859649.

HSL color Cylindrical-coordinate representation of color #011E0D: hue angle of 144.83º 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 #011E0D is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 30 13 -
CMYK 0.97 0 0.57 0.88
HSL 144.83º 0.94% 0.06% -
HSV(B) 144.83º 0.97% 0.12% -
XYZ 0.55 0.96 0.54 -
YUV 19.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 1 30 13 0.97 0 0.57 0.88 144.83 0.94 0.06
Hex 1 1E D 61 0 39 58 91 5E 6
Octal 1 36 15 141 0 71 130 221 136 6
Binary 1 11110 1101 1100001 0 111001 1011000 10010001 1011110 110

Color Harmonies of #011E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E0D

Black with #011E0D

Text Example


Text Example

White with #011E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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