Html Css Color HEX #011C13 Dark Green

📋 copy color: '#011C13'

red 1 ◦ green 28 ◦ blue 19

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

Shades of Dark Green #011C13

Tints of Dark Green #011C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 39.58%

R = 2.08%
G = 58.33%
B = 39.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#011C13 (or 0x011C13) is known color: Dark Green. HEX triplet: 01, 1C and 13. RGB value is (1,28,19). Sum of RGB (Red+Green+Blue) = 1+28+19=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #011C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C13 is #FEE3EC. Grayscale: #121212. Windows color (decimal): -16704493 or 1252353. OLE color: 1252353.

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

Color convert

RGB 1 28 19 -
CMYK 0.96 0 0.32 0.89
HSL 160º 0.93% 0.06% -
HSV(B) 160º 0.96% 0.11% -
XYZ 0.55 0.88 0.76 -
YUV 18.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 1 28 19 0.96 0 0.32 0.89 160 0.93 0.06
Hex 1 1C 13 60 0 20 59 A0 5D 6
Octal 1 34 23 140 0 40 131 240 135 6
Binary 1 11100 10011 1100000 0 100000 1011001 10100000 1011101 110

Color Harmonies of #011C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C13

Black with #011C13

Text Example


Text Example

White with #011C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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