Html Css Color HEX #001914 Dark Green

📋 copy color: '#001914'

red 0 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #001914

Tints of Dark Green #001914

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.56%
B = 44.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#001914 (or 0x001914) is known color: Dark Green. HEX triplet: 00, 19 and 14. RGB value is (0,25,20). Sum of RGB (Red+Green+Blue) = 0+25+20=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #001914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001914 is #FFE6EB. Grayscale: #101010. Windows color (decimal): -16770796 or 1317120. OLE color: 1317120.

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

Color convert

RGB 0 25 20 -
CMYK 1 0 0.20 0.90
HSL 168º 1% 0.05% -
HSV(B) 168º 1% 0.1% -
XYZ 0.47 0.75 0.78 -
YUV 16.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 0 25 20 1 0 0.20 0.90 168 1 0.05
Hex 0 19 14 64 0 14 5A A8 64 5
Octal 0 31 24 144 0 24 132 250 144 5
Binary 0 11001 10100 1100100 0 10100 1011010 10101000 1100100 101

Color Harmonies of #001914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001914

Black with #001914

Text Example


Text Example

White with #001914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001914; }

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

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

background-color css

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

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

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

border-color css

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

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

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