Html Css Color HEX #011514 Dark Green

📋 copy color: '#011514'

red 1 ◦ green 21 ◦ blue 20

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

Shades of Dark Green #011514

Tints of Dark Green #011514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 47.62%

R = 2.38%
G = 50%
B = 47.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#011514 (or 0x011514) is known color: Dark Green. HEX triplet: 01, 15 and 14. RGB value is (1,21,20). Sum of RGB (Red+Green+Blue) = 1+21+20=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #011514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011514 is #FEEAEB. Grayscale: #0E0E0E. Windows color (decimal): -16706284 or 1316097. OLE color: 1316097.

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

Color convert

RGB 1 21 20 -
CMYK 0.95 0 0.05 0.92
HSL 177º 0.91% 0.04% -
HSV(B) 177º 0.95% 0.08% -
XYZ 0.41 0.59 0.75 -
YUV 14.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 1 21 20 0.95 0 0.05 0.92 177 0.91 0.04
Hex 1 15 14 5F 0 5 5C B1 5B 4
Octal 1 25 24 137 0 5 134 261 133 4
Binary 1 10101 10100 1011111 0 101 1011100 10110001 1011011 100

Color Harmonies of #011514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011514

Black with #011514

Text Example


Text Example

White with #011514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011514; }

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

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

background-color css

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

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

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

border-color css

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

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

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