#00190F

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

Shades of Dark Green #00190F

Tints of Dark Green #00190F

Color information

#00190F (or 0x00190F) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 0F. RGB value is (0,25,15). Sum of RGB (Red+Green+Blue) = 0+25+15=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #00190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190F is #FFE6F0. Grayscale: #101010. Windows color (decimal): -16770801 or 989440. OLE color: 989440.

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

Color convert

RGB02515-
CMYK100.400.90
HSL156º100%4.9%-
HSV(B)156º100%9.8%-
XYZ0.430.730.57-
YUV16.38127.22116.31-

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) = 62.5%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=0%
G=62.5%
B=37.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02515100.400.901561004.9
Hex019F640285A9c645
Octal031171440501322341445
Binary0110011111110010001010001011010100111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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