Html Css Color HEX #001513 Dark Green

📋 copy color: '#001513'

red 0 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #001513

Tints of Dark Green #001513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 52.5%

 BLUE value IS 19 (7.81% from 255) = 47.5%

R = 0%
G = 52.5%
B = 47.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#001513 (or 0x001513) is known color: Dark Green. HEX triplet: 00, 15 and 13. RGB value is (0,21,19). Sum of RGB (Red+Green+Blue) = 0+21+19=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #001513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001513 is #FFEAEC. Grayscale: #0E0E0E. Windows color (decimal): -16771821 or 1250560. OLE color: 1250560.

HSL color Cylindrical-coordinate representation of color #001513: hue angle of 174.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001513 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 21 19 -
CMYK 1 0 0.10 0.92
HSL 174.29º 1% 0.04% -
HSV(B) 174.29º 1% 0.08% -
XYZ 0.39 0.58 0.71 -
YUV 14.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 0 21 19 1 0 0.10 0.92 174.29 1 0.04
Hex 0 15 13 64 0 A 5C AE 64 4
Octal 0 25 23 144 0 12 134 256 144 4
Binary 0 10101 10011 1100100 0 1010 1011100 10101110 1100100 100

Color Harmonies of #001513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001513

Black with #001513

Text Example


Text Example

White with #001513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001513; }

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

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

background-color css

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

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

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

border-color css

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

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

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