Html Css Color HEX #011C07 Dark Green

📋 copy color: '#011C07'

red 1 ◦ green 28 ◦ blue 7

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

Shades of Dark Green #011C07

Tints of Dark Green #011C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 19.44%

R = 2.78%
G = 77.78%
B = 19.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.89

RGB Variations

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

Color information

#011C07 (or 0x011C07) is known color: Dark Green. HEX triplet: 01, 1C and 07. RGB value is (1,28,7). Sum of RGB (Red+Green+Blue) = 1+28+7=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 28 (11.33% from 255 or 77.78% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 28 - color contains mainly: green. Hex color #011C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C07 is #FEE3F8. Grayscale: #111111. Windows color (decimal): -16704505 or 465921. OLE color: 465921.

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

Color convert

RGB 1 28 7 -
CMYK 0.96 0 0.75 0.89
HSL 133.33º 0.93% 0.06% -
HSV(B) 133.33º 0.96% 0.11% -
XYZ 0.47 0.85 0.34 -
YUV 17.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 1 28 7 0.96 0 0.75 0.89 133.33 0.93 0.06
Hex 1 1C 7 60 0 4B 59 85 5D 6
Octal 1 34 7 140 0 113 131 205 135 6
Binary 1 11100 111 1100000 0 1001011 1011001 10000101 1011101 110

Color Harmonies of #011C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C07

Black with #011C07

Text Example


Text Example

White with #011C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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