Html Css Color HEX #011D1C Dark Green

📋 copy color: '#011D1C'

red 1 ◦ green 29 ◦ blue 28

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

Shades of Dark Green #011D1C

Tints of Dark Green #011D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 50%

 BLUE value IS 28 (11.33% from 255) = 48.28%

R = 1.72%
G = 50%
B = 48.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#011D1C (or 0x011D1C) is known color: Dark Green. HEX triplet: 01, 1D and 1C. RGB value is (1,29,28). Sum of RGB (Red+Green+Blue) = 1+29+28=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #011D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D1C is #FEE2E3. Grayscale: #141414. Windows color (decimal): -16704228 or 1842433. OLE color: 1842433.

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

Color convert

RGB 1 29 28 -
CMYK 0.97 0 0.03 0.89
HSL 177.86º 0.93% 0.06% -
HSV(B) 177.86º 0.97% 0.11% -
XYZ 0.66 0.97 1.25 -
YUV 20.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 1 29 28 0.97 0 0.03 0.89 177.86 0.93 0.06
Hex 1 1D 1C 61 0 3 59 B2 5D 6
Octal 1 35 34 141 0 3 131 262 135 6
Binary 1 11101 11100 1100001 0 11 1011001 10110010 1011101 110

Color Harmonies of #011D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D1C

Black with #011D1C

Text Example


Text Example

White with #011D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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