Html Css Color HEX #011C19 Dark Green

📋 copy color: '#011C19'

red 1 ◦ green 28 ◦ blue 25

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

Shades of Dark Green #011C19

Tints of Dark Green #011C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 46.3%

R = 1.85%
G = 51.85%
B = 46.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#011C19 (or 0x011C19) is known color: Dark Green. HEX triplet: 01, 1C and 19. RGB value is (1,28,25). Sum of RGB (Red+Green+Blue) = 1+28+25=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #011C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C19 is #FEE3E6. Grayscale: #131313. Windows color (decimal): -16704487 or 1645569. OLE color: 1645569.

HSL color Cylindrical-coordinate representation of color #011C19: hue angle of 173.33º 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 #011C19 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 28 25 -
CMYK 0.96 0 0.11 0.89
HSL 173.33º 0.93% 0.06% -
HSV(B) 173.33º 0.96% 0.11% -
XYZ 0.6 0.91 1.06 -
YUV 19.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 1 28 25 0.96 0 0.11 0.89 173.33 0.93 0.06
Hex 1 1C 19 60 0 B 59 AD 5D 6
Octal 1 34 31 140 0 13 131 255 135 6
Binary 1 11100 11001 1100000 0 1011 1011001 10101101 1011101 110

Color Harmonies of #011C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C19

Black with #011C19

Text Example


Text Example

White with #011C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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