#001D1F

Color #001D1F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #001D1F

Tints of Dark Green #001D1F

Color information

#001D1F (or 0x001D1F) is unknown color: approx Dark Green. HEX triplet: 00, 1D and 1F. RGB value is (0,29,31). Sum of RGB (Red+Green+Blue) = 0+29+31=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #001D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D1F is #FFE2E0. Grayscale: #141414. Windows color (decimal): -16769761 or 2039040. OLE color: 2039040.

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

Color convert

RGB02931-
CMYK10.0600.88
HSL183.87º100%6.08%-
HSV(B)183.87º100%12.16%-
XYZ0.690.981.45-
YUV20.56133.89113.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 48.33%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=0%
G=48.33%
B=51.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0293110.0600.88183.871006.08
Hex01D1F646058b8646
Octal03537144601302701446
Binary01110111111110010011001011000101110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001D1F;
 }
 .AnyTagClassName
 {
   color: #001D1F;
 }
</style>
background-color css

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

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

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

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

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

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