Html Css Color HEX #011E10 Dark Green

📋 copy color: '#011E10'

red 1 ◦ green 30 ◦ blue 16

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

Shades of Dark Green #011E10

Tints of Dark Green #011E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 34.04%

R = 2.13%
G = 63.83%
B = 34.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.88

RGB Variations

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

Color information

#011E10 (or 0x011E10) is known color: Dark Green. HEX triplet: 01, 1E and 10. RGB value is (1,30,16). Sum of RGB (Red+Green+Blue) = 1+30+16=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #011E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E10 is #FEE1EF. Grayscale: #131313. Windows color (decimal): -16703984 or 1056257. OLE color: 1056257.

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

Color convert

RGB 1 30 16 -
CMYK 0.97 0 0.47 0.88
HSL 151.03º 0.94% 0.06% -
HSV(B) 151.03º 0.97% 0.12% -
XYZ 0.57 0.97 0.65 -
YUV 19.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 1 30 16 0.97 0 0.47 0.88 151.03 0.94 0.06
Hex 1 1E 10 61 0 2F 58 97 5E 6
Octal 1 36 20 141 0 57 130 227 136 6
Binary 1 11110 10000 1100001 0 101111 1011000 10010111 1011110 110

Color Harmonies of #011E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E10

Black with #011E10

Text Example


Text Example

White with #011E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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