Html Css Color HEX #001910 Dark Green

📋 copy color: '#001910'

red 0 ◦ green 25 ◦ blue 16

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

Shades of Dark Green #001910

Tints of Dark Green #001910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 39.02%

R = 0%
G = 60.98%
B = 39.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#001910 (or 0x001910) is known color: Dark Green. HEX triplet: 00, 19 and 10. RGB value is (0,25,16). Sum of RGB (Red+Green+Blue) = 0+25+16=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #001910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001910 is #FFE6EF. Grayscale: #101010. Windows color (decimal): -16770800 or 1054976. OLE color: 1054976.

HSL color Cylindrical-coordinate representation of color #001910: hue angle of 158.4º 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 #001910 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 25 16 -
CMYK 1 0 0.36 0.90
HSL 158.4º 1% 0.05% -
HSV(B) 158.4º 1% 0.1% -
XYZ 0.44 0.73 0.61 -
YUV 16.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 0 25 16 1 0 0.36 0.90 158.4 1 0.05
Hex 0 19 10 64 0 24 5A 9E 64 5
Octal 0 31 20 144 0 44 132 236 144 5
Binary 0 11001 10000 1100100 0 100100 1011010 10011110 1100100 101

Color Harmonies of #001910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001910

Black with #001910

Text Example


Text Example

White with #001910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001910; }

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

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

background-color css

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

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

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

border-color css

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

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

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