Html Css Color HEX #011C0C Dark Green

📋 copy color: '#011C0C'

red 1 ◦ green 28 ◦ blue 12

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

Shades of Dark Green #011C0C

Tints of Dark Green #011C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 29.27%

R = 2.44%
G = 68.29%
B = 29.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.89

RGB Variations

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

Color information

#011C0C (or 0x011C0C) is known color: Dark Green. HEX triplet: 01, 1C and 0C. RGB value is (1,28,12). Sum of RGB (Red+Green+Blue) = 1+28+12=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #011C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C0C is #FEE3F3. Grayscale: #121212. Windows color (decimal): -16704500 or 793601. OLE color: 793601.

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

Color convert

RGB 1 28 12 -
CMYK 0.96 0 0.57 0.89
HSL 144.44º 0.93% 0.06% -
HSV(B) 144.44º 0.96% 0.11% -
XYZ 0.49 0.86 0.49 -
YUV 18.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 1 28 12 0.96 0 0.57 0.89 144.44 0.93 0.06
Hex 1 1C C 60 0 39 59 90 5D 6
Octal 1 34 14 140 0 71 131 220 135 6
Binary 1 11100 1100 1100000 0 111001 1011001 10010000 1011101 110

Color Harmonies of #011C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C0C

Black with #011C0C

Text Example


Text Example

White with #011C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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