Html Css Color HEX #011508 Dark Green

📋 copy color: '#011508'

red 1 ◦ green 21 ◦ blue 8

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

Shades of Dark Green #011508

Tints of Dark Green #011508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 26.67%

R = 3.33%
G = 70%
B = 26.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#011508 (or 0x011508) is known color: Dark Green. HEX triplet: 01, 15 and 08. RGB value is (1,21,8). Sum of RGB (Red+Green+Blue) = 1+21+8=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #011508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011508 is #FEEAF7. Grayscale: #0D0D0D. Windows color (decimal): -16706296 or 529665. OLE color: 529665.

HSL color Cylindrical-coordinate representation of color #011508: hue angle of 141º 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 #011508 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 8 -
CMYK 0.95 0 0.62 0.92
HSL 141º 0.91% 0.04% -
HSV(B) 141º 0.95% 0.08% -
XYZ 0.32 0.56 0.32 -
YUV 13.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 1 21 8 0.95 0 0.62 0.92 141 0.91 0.04
Hex 1 15 8 5F 0 3E 5C 8D 5B 4
Octal 1 25 10 137 0 76 134 215 133 4
Binary 1 10101 1000 1011111 0 111110 1011100 10001101 1011011 100

Color Harmonies of #011508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011508

Black with #011508

Text Example


Text Example

White with #011508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011508; }

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

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

background-color css

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

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

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

border-color css

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

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

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