#00130A

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

Shades of Dark Green #00130A

Tints of Dark Green #00130A

Color information

#00130A (or 0x00130A) is unknown color: approx Dark Green. HEX triplet: 00, 13 and 0A. RGB value is (0,19,10). Sum of RGB (Red+Green+Blue) = 0+19+10=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #00130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00130A is #FFECF5. Grayscale: #0C0C0C. Windows color (decimal): -16772342 or 660224. OLE color: 660224.

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

Color convert

RGB01910-
CMYK100.470.93
HSL151.58º100%3.73%-
HSV(B)151.58º100%7.45%-
XYZ0.290.490.37-
YUV12.29126.71119.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 65.52%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=0%
G=65.52%
B=34.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01910100.470.93151.581003.73
Hex013A6402F5D98644
Octal023121440571352301444
Binary0100111010110010001011111011101100110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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