#0A311D

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

Shades of Dark Green #0A311D

Tints of Dark Green #0A311D

Color information

#0A311D (or 0x0A311D) is unknown color: approx Dark Green. HEX triplet: 0A, 31 and 1D. RGB value is (10,49,29). Sum of RGB (Red+Green+Blue) = 10+49+29=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #0A311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A311D is #F5CEE2. Grayscale: #232323. Windows color (decimal): -16109283 or 1913098. OLE color: 1913098.

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

Color convert

RGB104929-
CMYK0.8000.410.81
HSL149.23º66.1%11.57%-
HSV(B)149.23º79.59%19.22%-
XYZ1.452.351.54-
YUV35.06124.58110.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=11.36%
G=55.68%
B=32.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049290.8000.410.81149.2366.111.57
HexA311D50029519542c
Octal12613512005112122510214
Binary1010110001111011010000010100110100011001010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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