#00190D

Color #00190D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00190D

Tints of Dark Green #00190D

Color information

#00190D (or 0x00190D) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 0D. RGB value is (0,25,13). Sum of RGB (Red+Green+Blue) = 0+25+13=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #00190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190D is #FFE6F2. Grayscale: #101010. Windows color (decimal): -16770803 or 858368. OLE color: 858368.

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

Color convert

RGB02513-
CMYK100.480.90
HSL151.2º100%4.9%-
HSV(B)151.2º100%9.8%-
XYZ0.420.720.5-
YUV16.16126.22116.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 65.79%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=0%
G=65.79%
B=34.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02513100.480.90151.21004.9
Hex019D640305A97645
Octal031151440601322271445
Binary0110011101110010001100001011010100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00190D; }

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

 H1.HeaderClassName
 {
   color: #00190D;
 }
 .AnyTagClassName
 {
   color: #00190D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00190D;
 }
 .BgClassName
 {
   background-color: #00190D;
 }
</style>
border-color css

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

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

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