Html Css Color HEX #011C00 Myrtle

📋 copy color: '#011C00'

red 1 ◦ green 28 ◦ blue 0

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

Shades of Myrtle #011C00

Tints of Myrtle #011C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.45%
G = 96.55%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#011C00 (or 0x011C00) is known color: Myrtle. HEX triplet: 01, 1C and 00. RGB value is (1,28,0). Sum of RGB (Red+Green+Blue) = 1+28+0=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 28 (11.33% from 255 or 96.55% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 28 - color contains mainly: green. Hex color #011C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C00 is #FEE3FF. Grayscale: #101010. Windows color (decimal): -16704512 or 7169. OLE color: 7169.

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

Color convert

RGB 1 28 0 -
CMYK 0.96 0 1 0.89
HSL 117.86º 1% 0.05% -
HSV(B) 117.86º 1% 0.11% -
XYZ 0.43 0.84 0.14 -
YUV 16.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 1 28 0 0.96 0 1 0.89 117.86 1 0.05
Hex 1 1C 0 60 0 64 59 76 64 5
Octal 1 34 0 140 0 144 131 166 144 5
Binary 1 11100 0 1100000 0 1100100 1011001 1110110 1100100 101

Color Harmonies of #011C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C00

Black with #011C00

Text Example


Text Example

White with #011C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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