Html Css Color HEX #001D1A Dark Green

📋 copy color: '#001D1A'

red 0 ◦ green 29 ◦ blue 26

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

Shades of Dark Green #001D1A

Tints of Dark Green #001D1A

RGB

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

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

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

R = 0%
G = 52.73%
B = 47.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#001D1A (or 0x001D1A) is known color: Dark Green. HEX triplet: 00, 1D and 1A. RGB value is (0,29,26). Sum of RGB (Red+Green+Blue) = 0+29+26=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #001D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D1A is #FFE2E5. Grayscale: #131313. Windows color (decimal): -16769766 or 1711360. OLE color: 1711360.

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

Color convert

RGB 0 29 26 -
CMYK 1 0 0.10 0.89
HSL 173.79º 1% 0.06% -
HSV(B) 173.79º 1% 0.11% -
XYZ 0.63 0.95 1.13 -
YUV 19.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 0 29 26 1 0 0.10 0.89 173.79 1 0.06
Hex 0 1D 1A 64 0 A 59 AE 64 6
Octal 0 35 32 144 0 12 131 256 144 6
Binary 0 11101 11010 1100100 0 1010 1011001 10101110 1100100 110

Color Harmonies of #001D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D1A

Black with #001D1A

Text Example


Text Example

White with #001D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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