#012D1D

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

Shades of Dark Green #012D1D

Tints of Dark Green #012D1D

Color information

#012D1D (or 0x012D1D) is unknown color: approx Dark Green. HEX triplet: 01, 2D and 1D. RGB value is (1,45,29). Sum of RGB (Red+Green+Blue) = 1+45+29=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #012D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D1D is #FED2E2. Grayscale: #1E1E1E. Windows color (decimal): -16700131 or 1912065. OLE color: 1912065.

HSL color Cylindrical-coordinate representation of color #012D1D: hue angle of 158.18º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D1D is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB14529-
CMYK0.9800.360.82
HSL158.18º95.65%9.02%-
HSV(B)158.18º97.78%17.65%-
XYZ1.171.971.48-
YUV30.02127.42107.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 45 (17.97% from 255) = 60%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=1.33%
G=60%
B=38.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal145290.9800.360.82158.1895.659.02
Hex12D1D62024529e609
Octal1553514204412223614011
Binary1101101111011100010010010010100101001111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012D1D; }

 p { color: rgb(1,45,29); }

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

<style>
 a { background-color: #012D1D; }

 a { background-color: rgb(1,45,29); }

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

<style>
 span { border-color: #012D1D; }

 span { border-color: rgb(1,45,29); }

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