Html Css Color HEX #001E1D Dark Green

📋 copy color: '#001E1D'

red 0 ◦ green 30 ◦ blue 29

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

Shades of Dark Green #001E1D

Tints of Dark Green #001E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 0%
G = 50.85%
B = 49.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#001E1D (or 0x001E1D) is known color: Dark Green. HEX triplet: 00, 1E and 1D. RGB value is (0,30,29). Sum of RGB (Red+Green+Blue) = 0+30+29=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #001E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E1D is #FFE1E2. Grayscale: #141414. Windows color (decimal): -16769507 or 1908224. OLE color: 1908224.

HSL color Cylindrical-coordinate representation of color #001E1D: hue angle of 178º 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 #001E1D is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 30 29 -
CMYK 1 0 0.03 0.88
HSL 178º 1% 0.06% -
HSV(B) 178º 1% 0.12% -
XYZ 0.69 1.02 1.32 -
YUV 20.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 0 30 29 1 0 0.03 0.88 178 1 0.06
Hex 0 1E 1D 64 0 3 58 B2 64 6
Octal 0 36 35 144 0 3 130 262 144 6
Binary 0 11110 11101 1100100 0 11 1011000 10110010 1100100 110

Color Harmonies of #001E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E1D

Black with #001E1D

Text Example


Text Example

White with #001E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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