#00130C

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

Shades of Dark Green #00130C

Tints of Dark Green #00130C

Color information

#00130C (or 0x00130C) is unknown color: approx Dark Green. HEX triplet: 00, 13 and 0C. RGB value is (0,19,12). Sum of RGB (Red+Green+Blue) = 0+19+12=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #00130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00130C is #FFECF3. Grayscale: #0C0C0C. Windows color (decimal): -16772340 or 791296. OLE color: 791296.

HSL color Cylindrical-coordinate representation of color #00130C: hue angle of 157.89º 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 #00130C is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB01912-
CMYK100.370.93
HSL157.89º100%3.73%-
HSV(B)157.89º100%7.45%-
XYZ0.30.490.43-
YUV12.52127.71119.07-

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) = 61.29%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=0%
G=61.29%
B=38.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01912100.370.93157.891003.73
Hex013C640255D9e644
Octal023141440451352361444
Binary0100111100110010001001011011101100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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