Html Css Color HEX #011914 Dark Green

📋 copy color: '#011914'

red 1 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #011914

Tints of Dark Green #011914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 54.35%

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

R = 2.17%
G = 54.35%
B = 43.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#011914 (or 0x011914) is known color: Dark Green. HEX triplet: 01, 19 and 14. RGB value is (1,25,20). Sum of RGB (Red+Green+Blue) = 1+25+20=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #011914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011914 is #FEE6EB. Grayscale: #111111. Windows color (decimal): -16705260 or 1317121. OLE color: 1317121.

HSL color Cylindrical-coordinate representation of color #011914: hue angle of 167.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011914 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 25 20 -
CMYK 0.96 0 0.20 0.90
HSL 167.5º 0.92% 0.05% -
HSV(B) 167.5º 0.96% 0.1% -
XYZ 0.49 0.75 0.78 -
YUV 17.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 1 25 20 0.96 0 0.20 0.90 167.5 0.92 0.05
Hex 1 19 14 60 0 14 5A A8 5C 5
Octal 1 31 24 140 0 24 132 250 134 5
Binary 1 11001 10100 1100000 0 10100 1011010 10101000 1011100 101

Color Harmonies of #011914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011914

Black with #011914

Text Example


Text Example

White with #011914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011914; }

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

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

background-color css

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

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

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

border-color css

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

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

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