Html Css Color HEX #011C14 Dark Green

📋 copy color: '#011C14'

red 1 ◦ green 28 ◦ blue 20

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

Shades of Dark Green #011C14

Tints of Dark Green #011C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 57.14%

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 2.04%
G = 57.14%
B = 40.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#011C14 (or 0x011C14) is known color: Dark Green. HEX triplet: 01, 1C and 14. RGB value is (1,28,20). Sum of RGB (Red+Green+Blue) = 1+28+20=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #011C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C14 is #FEE3EB. Grayscale: #131313. Windows color (decimal): -16704492 or 1317889. OLE color: 1317889.

HSL color Cylindrical-coordinate representation of color #011C14: hue angle of 162.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C14 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 28 20 -
CMYK 0.96 0 0.29 0.89
HSL 162.22º 0.93% 0.06% -
HSV(B) 162.22º 0.96% 0.11% -
XYZ 0.55 0.89 0.8 -
YUV 19.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 1 28 20 0.96 0 0.29 0.89 162.22 0.93 0.06
Hex 1 1C 14 60 0 1D 59 A2 5D 6
Octal 1 34 24 140 0 35 131 242 135 6
Binary 1 11100 10100 1100000 0 11101 1011001 10100010 1011101 110

Color Harmonies of #011C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C14

Black with #011C14

Text Example


Text Example

White with #011C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,28,20); }

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

background-color css

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

 a { background-color: rgb(1,28,20); }

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

border-color css

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

 span { border-color: rgb(1,28,20); }

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