Html Css Color HEX #001814 Dark Green

📋 copy color: '#001814'

red 0 ◦ green 24 ◦ blue 20

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

Shades of Dark Green #001814

Tints of Dark Green #001814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 54.55%

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

R = 0%
G = 54.55%
B = 45.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#001814 (or 0x001814) is known color: Dark Green. HEX triplet: 00, 18 and 14. RGB value is (0,24,20). Sum of RGB (Red+Green+Blue) = 0+24+20=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #001814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001814 is #FFE7EB. Grayscale: #101010. Windows color (decimal): -16771052 or 1316864. OLE color: 1316864.

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

Color convert

RGB 0 24 20 -
CMYK 1 0 0.17 0.91
HSL 170º 1% 0.05% -
HSV(B) 170º 1% 0.09% -
XYZ 0.45 0.7 0.77 -
YUV 16.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 0 24 20 1 0 0.17 0.91 170 1 0.05
Hex 0 18 14 64 0 11 5B AA 64 5
Octal 0 30 24 144 0 21 133 252 144 5
Binary 0 11000 10100 1100100 0 10001 1011011 10101010 1100100 101

Color Harmonies of #001814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001814

Black with #001814

Text Example


Text Example

White with #001814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001814; }

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

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

background-color css

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

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

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

border-color css

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

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

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