#0A311C

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

Shades of Dark Green #0A311C

Tints of Dark Green #0A311C

Color information

#0A311C (or 0x0A311C) is unknown color: approx Dark Green. HEX triplet: 0A, 31 and 1C. RGB value is (10,49,28). Sum of RGB (Red+Green+Blue) = 10+49+28=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #0A311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A311C is #F5CEE3. Grayscale: #222222. Windows color (decimal): -16109284 or 1847562. OLE color: 1847562.

HSL color Cylindrical-coordinate representation of color #0A311C: hue angle of 147.69º 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 #0A311C is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB104928-
CMYK0.8000.430.81
HSL147.69º66.1%11.57%-
HSV(B)147.69º79.59%19.22%-
XYZ1.432.341.48-
YUV34.94124.08110.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.49%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=11.49%
G=56.32%
B=32.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049280.8000.430.81147.6966.111.57
HexA311C5002B519442c
Octal12613412005312122410214
Binary1010110001111001010000010101110100011001010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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