#00190A

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

Shades of Dark Green #00190A

Tints of Dark Green #00190A

Color information

#00190A (or 0x00190A) is unknown color: approx Dark Green. HEX triplet: 00, 19 and 0A. RGB value is (0,25,10). Sum of RGB (Red+Green+Blue) = 0+25+10=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 25 (10.16% from 255 or 71.43% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 25 - color contains mainly: green. Hex color #00190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00190A is #FFE6F5. Grayscale: #0F0F0F. Windows color (decimal): -16770806 or 661760. OLE color: 661760.

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

Color convert

RGB02510-
CMYK100.600.90
HSL144º100%4.9%-
HSV(B)144º100%9.8%-
XYZ0.40.720.4-
YUV15.82124.72116.72-

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) = 71.43%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=0%
G=71.43%
B=28.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02510100.600.901441004.9
Hex019A6403C5A90645
Octal031121440741322201445
Binary0110011010110010001111001011010100100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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