Html Css Color HEX #001D13 Dark Green

📋 copy color: '#001D13'

red 0 ◦ green 29 ◦ blue 19

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

Shades of Dark Green #001D13

Tints of Dark Green #001D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 60.42%

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

R = 0%
G = 60.42%
B = 39.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#001D13 (or 0x001D13) is known color: Dark Green. HEX triplet: 00, 1D and 13. RGB value is (0,29,19). Sum of RGB (Red+Green+Blue) = 0+29+19=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #001D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D13 is #FFE2EC. Grayscale: #131313. Windows color (decimal): -16769773 or 1252608. OLE color: 1252608.

HSL color Cylindrical-coordinate representation of color #001D13: hue angle of 159.31º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D13 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 29 19 -
CMYK 1 0 0.34 0.89
HSL 159.31º 1% 0.06% -
HSV(B) 159.31º 1% 0.11% -
XYZ 0.56 0.93 0.77 -
YUV 19.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 0 29 19 1 0 0.34 0.89 159.31 1 0.06
Hex 0 1D 13 64 0 22 59 9F 64 6
Octal 0 35 23 144 0 42 131 237 144 6
Binary 0 11101 10011 1100100 0 100010 1011001 10011111 1100100 110

Color Harmonies of #001D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D13

Black with #001D13

Text Example


Text Example

White with #001D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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