#0A312A

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

Shades of Dark Green #0A312A

Tints of Dark Green #0A312A

Color information

#0A312A (or 0x0A312A) is unknown color: approx Dark Green. HEX triplet: 0A, 31 and 2A. RGB value is (10,49,42). Sum of RGB (Red+Green+Blue) = 10+49+42=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #0A312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A312A is #F5CED5. Grayscale: #242424. Windows color (decimal): -16109270 or 2765066. OLE color: 2765066.

HSL color Cylindrical-coordinate representation of color #0A312A: hue angle of 169.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A312A is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB104942-
CMYK0.8000.140.81
HSL169.23º66.1%11.57%-
HSV(B)169.23º79.59%19.22%-
XYZ1.642.432.57-
YUV36.54131.08109.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.90%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=9.90%
G=48.51%
B=41.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049420.8000.140.81169.2366.111.57
HexA312A500E51a942c
Octal12615212001612125110214
Binary101011000110101010100000111010100011010100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,42); }

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

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

 a { background-color: rgb(10,49,42); }

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

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

 span { border-color: rgb(10,49,42); }

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