#0A1D1C

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

Shades of Dark Green #0A1D1C

Tints of Dark Green #0A1D1C

Color information

#0A1D1C (or 0x0A1D1C) is unknown color: approx Dark Green. HEX triplet: 0A, 1D and 1C. RGB value is (10,29,28). Sum of RGB (Red+Green+Blue) = 10+29+28=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D1C is #F5E2E3. Grayscale: #171717. Windows color (decimal): -16114404 or 1842442. OLE color: 1842442.

HSL color Cylindrical-coordinate representation of color #0A1D1C: hue angle of 176.84º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1D1C is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB102928-
CMYK0.6600.030.89
HSL176.84º48.72%7.65%-
HSV(B)176.84º65.52%11.37%-
XYZ0.771.031.26-
YUV23.2130.71118.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.93%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=14.93%
G=43.28%
B=41.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1029280.6600.030.89176.8448.727.65
HexA1D1C420359b1318
Octal123534102031312616110
Binary1010111011110010000100111011001101100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1D1C; }

 p { color: rgb(10,29,28); }

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

<style>
 a { background-color: #0A1D1C; }

 a { background-color: rgb(10,29,28); }

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

<style>
 span { border-color: #0A1D1C; }

 span { border-color: rgb(10,29,28); }

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