Html Css Color HEX #011306 Dark Green

📋 copy color: '#011306'

red 1 ◦ green 19 ◦ blue 6

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

Shades of Dark Green #011306

Tints of Dark Green #011306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 73.08%

 BLUE value IS 6 (2.73% from 255) = 23.08%

R = 3.85%
G = 73.08%
B = 23.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#011306 (or 0x011306) is known color: Dark Green. HEX triplet: 01, 13 and 06. RGB value is (1,19,6). Sum of RGB (Red+Green+Blue) = 1+19+6=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #011306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011306 is #FEECF9. Grayscale: #0C0C0C. Windows color (decimal): -16706810 or 398081. OLE color: 398081.

HSL color Cylindrical-coordinate representation of color #011306: hue angle of 136.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011306 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 19 6 -
CMYK 0.95 0 0.68 0.93
HSL 136.67º 0.9% 0.04% -
HSV(B) 136.67º 0.95% 0.07% -
XYZ 0.28 0.49 0.25 -
YUV 12.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 1 19 6 0.95 0 0.68 0.93 136.67 0.9 0.04
Hex 1 13 6 5F 0 44 5D 89 5A 4
Octal 1 23 6 137 0 104 135 211 132 4
Binary 1 10011 110 1011111 0 1000100 1011101 10001001 1011010 100

Color Harmonies of #011306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011306

Black with #011306

Text Example


Text Example

White with #011306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011306; }

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

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

background-color css

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

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

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

border-color css

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

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

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