#0A1B10

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

Shades of Dark Green #0A1B10

Tints of Dark Green #0A1B10

Color information

#0A1B10 (or 0x0A1B10) is unknown color: approx Dark Green. HEX triplet: 0A, 1B and 10. RGB value is (10,27,16). Sum of RGB (Red+Green+Blue) = 10+27+16=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B10 is #F5E4EF. Grayscale: #141414. Windows color (decimal): -16114928 or 1055498. OLE color: 1055498.

HSL color Cylindrical-coordinate representation of color #0A1B10: hue angle of 141.18º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A1B10 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB102716-
CMYK0.6300.410.89
HSL141.18º45.95%7.25%-
HSV(B)141.18º62.96%10.59%-
XYZ0.610.890.63-
YUV20.66125.37120.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 27 (10.94% from 255) = 50.94%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=18.87%
G=50.94%
B=30.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1027160.6300.410.89141.1845.957.25
HexA1B103F029598d2e7
Octal12332077051131215567
Binary101011011100001111110101001101100110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,27,16); }

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

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

 a { background-color: rgb(10,27,16); }

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

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

 span { border-color: rgb(10,27,16); }

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