Html Css Color HEX #001614 Dark Green

📋 copy color: '#001614'

red 0 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #001614

Tints of Dark Green #001614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 52.38%

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

R = 0%
G = 52.38%
B = 47.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#001614 (or 0x001614) is known color: Dark Green. HEX triplet: 00, 16 and 14. RGB value is (0,22,20). Sum of RGB (Red+Green+Blue) = 0+22+20=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #001614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001614 is #FFE9EB. Grayscale: #0F0F0F. Windows color (decimal): -16771564 or 1316352. OLE color: 1316352.

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

Color convert

RGB 0 22 20 -
CMYK 1 0 0.09 0.91
HSL 174.55º 1% 0.04% -
HSV(B) 174.55º 1% 0.09% -
XYZ 0.41 0.62 0.76 -
YUV 15.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 0 22 20 1 0 0.09 0.91 174.55 1 0.04
Hex 0 16 14 64 0 9 5B AF 64 4
Octal 0 26 24 144 0 11 133 257 144 4
Binary 0 10110 10100 1100100 0 1001 1011011 10101111 1100100 100

Color Harmonies of #001614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001614

Black with #001614

Text Example


Text Example

White with #001614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001614; }

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

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

background-color css

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

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

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

border-color css

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

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

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