Html Css Color HEX #001E13 Dark Green

📋 copy color: '#001E13'

red 0 ◦ green 30 ◦ blue 19

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

Shades of Dark Green #001E13

Tints of Dark Green #001E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 61.22%

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

R = 0%
G = 61.22%
B = 38.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#001E13 (or 0x001E13) is known color: Dark Green. HEX triplet: 00, 1E and 13. RGB value is (0,30,19). Sum of RGB (Red+Green+Blue) = 0+30+19=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #001E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E13 is #FFE1EC. Grayscale: #131313. Windows color (decimal): -16769517 or 1252864. OLE color: 1252864.

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

Color convert

RGB 0 30 19 -
CMYK 1 0 0.37 0.88
HSL 158º 1% 0.06% -
HSV(B) 158º 1% 0.12% -
XYZ 0.58 0.98 0.77 -
YUV 19.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 0 30 19 1 0 0.37 0.88 158 1 0.06
Hex 0 1E 13 64 0 25 58 9E 64 6
Octal 0 36 23 144 0 45 130 236 144 6
Binary 0 11110 10011 1100100 0 100101 1011000 10011110 1100100 110

Color Harmonies of #001E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E13

Black with #001E13

Text Example


Text Example

White with #001E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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