Html Css Color HEX #001E1A Dark Green

📋 copy color: '#001E1A'

red 0 ◦ green 30 ◦ blue 26

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

Shades of Dark Green #001E1A

Tints of Dark Green #001E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 46.43%

R = 0%
G = 53.57%
B = 46.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#001E1A (or 0x001E1A) is known color: Dark Green. HEX triplet: 00, 1E and 1A. RGB value is (0,30,26). Sum of RGB (Red+Green+Blue) = 0+30+26=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #001E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E1A is #FFE1E5. Grayscale: #141414. Windows color (decimal): -16769510 or 1711616. OLE color: 1711616.

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

Color convert

RGB 0 30 26 -
CMYK 1 0 0.13 0.88
HSL 172º 1% 0.06% -
HSV(B) 172º 1% 0.12% -
XYZ 0.65 1 1.14 -
YUV 20.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 0 30 26 1 0 0.13 0.88 172 1 0.06
Hex 0 1E 1A 64 0 D 58 AC 64 6
Octal 0 36 32 144 0 15 130 254 144 6
Binary 0 11110 11010 1100100 0 1101 1011000 10101100 1100100 110

Color Harmonies of #001E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E1A

Black with #001E1A

Text Example


Text Example

White with #001E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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