Html Css Color HEX #00130D Dark Green

📋 copy color: '#00130D'

red 0 ◦ green 19 ◦ blue 13

#00130D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00130D

Tints of Dark Green #00130D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 19 (7.81% from 255) = 59.38%

 BLUE value IS 13 (5.47% from 255) = 40.63%

R = 0%
G = 59.38%
B = 40.63%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#00130D (or 0x00130D) is known color: Dark Green. HEX triplet: 00, 13 and 0D. RGB value is (0,19,13). Sum of RGB (Red+Green+Blue) = 0+19+13=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #00130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00130D is #FFECF2. Grayscale: #0C0C0C. Windows color (decimal): -16772339 or 856832. OLE color: 856832.

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

Color convert

RGB 0 19 13 -
CMYK 1 0 0.32 0.93
HSL 161.05º 1% 0.04% -
HSV(B) 161.05º 1% 0.07% -
XYZ 0.31 0.49 0.46 -
YUV 12.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 0 19 13 1 0 0.32 0.93 161.05 1 0.04
Hex 0 13 D 64 0 20 5D A1 64 4
Octal 0 23 15 144 0 40 135 241 144 4
Binary 0 10011 1101 1100100 0 100000 1011101 10100001 1100100 100

Color Harmonies of #00130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00130D

Black with #00130D

Text Example


Text Example

White with #00130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00130D;
 }
 .AnyTagClassName
 {
   color: #00130D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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