Html Css Color HEX #011506 Dark Green

📋 copy color: '#011506'

red 1 ◦ green 21 ◦ blue 6

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

Shades of Dark Green #011506

Tints of Dark Green #011506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 75%

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

R = 3.57%
G = 75%
B = 21.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#011506 (or 0x011506) is known color: Dark Green. HEX triplet: 01, 15 and 06. RGB value is (1,21,6). Sum of RGB (Red+Green+Blue) = 1+21+6=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #011506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011506 is #FEEAF9. Grayscale: #0D0D0D. Windows color (decimal): -16706298 or 398593. OLE color: 398593.

HSL color Cylindrical-coordinate representation of color #011506: hue angle of 135º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011506 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 6 -
CMYK 0.95 0 0.71 0.92
HSL 135º 0.91% 0.04% -
HSV(B) 135º 0.95% 0.08% -
XYZ 0.31 0.56 0.26 -
YUV 13.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 1 21 6 0.95 0 0.71 0.92 135 0.91 0.04
Hex 1 15 6 5F 0 47 5C 87 5B 4
Octal 1 25 6 137 0 107 134 207 133 4
Binary 1 10101 110 1011111 0 1000111 1011100 10000111 1011011 100

Color Harmonies of #011506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011506

Black with #011506

Text Example


Text Example

White with #011506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011506; }

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

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

background-color css

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

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

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

border-color css

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

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

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