Html Css Color HEX #011E1A Dark Green

📋 copy color: '#011E1A'

red 1 ◦ green 30 ◦ blue 26

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

Shades of Dark Green #011E1A

Tints of Dark Green #011E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 1.75%
G = 52.63%
B = 45.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#011E1A (or 0x011E1A) is known color: Dark Green. HEX triplet: 01, 1E and 1A. RGB value is (1,30,26). Sum of RGB (Red+Green+Blue) = 1+30+26=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #011E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1A is #FEE1E5. Grayscale: #141414. Windows color (decimal): -16703974 or 1711617. OLE color: 1711617.

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

Color convert

RGB 1 30 26 -
CMYK 0.97 0 0.13 0.88
HSL 171.72º 0.94% 0.06% -
HSV(B) 171.72º 0.97% 0.12% -
XYZ 0.66 1.01 1.14 -
YUV 20.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 1 30 26 0.97 0 0.13 0.88 171.72 0.94 0.06
Hex 1 1E 1A 61 0 D 58 AC 5E 6
Octal 1 36 32 141 0 15 130 254 136 6
Binary 1 11110 11010 1100001 0 1101 1011000 10101100 1011110 110

Color Harmonies of #011E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E1A

Black with #011E1A

Text Example


Text Example

White with #011E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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