Html Css Color HEX #011E0B Dark Green

📋 copy color: '#011E0B'

red 1 ◦ green 30 ◦ blue 11

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

Shades of Dark Green #011E0B

Tints of Dark Green #011E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 26.19%

R = 2.38%
G = 71.43%
B = 26.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.88

RGB Variations

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

Color information

#011E0B (or 0x011E0B) is known color: Dark Green. HEX triplet: 01, 1E and 0B. RGB value is (1,30,11). Sum of RGB (Red+Green+Blue) = 1+30+11=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #011E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E0B is #FEE1F4. Grayscale: #131313. Windows color (decimal): -16703989 or 728577. OLE color: 728577.

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

Color convert

RGB 1 30 11 -
CMYK 0.97 0 0.63 0.88
HSL 140.69º 0.94% 0.06% -
HSV(B) 140.69º 0.97% 0.12% -
XYZ 0.54 0.96 0.47 -
YUV 19.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 1 30 11 0.97 0 0.63 0.88 140.69 0.94 0.06
Hex 1 1E B 61 0 3F 58 8D 5E 6
Octal 1 36 13 141 0 77 130 215 136 6
Binary 1 11110 1011 1100001 0 111111 1011000 10001101 1011110 110

Color Harmonies of #011E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E0B

Black with #011E0B

Text Example


Text Example

White with #011E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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