#0A3125

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

Shades of Dark Green #0A3125

Tints of Dark Green #0A3125

Color information

#0A3125 (or 0x0A3125) is unknown color: approx Dark Green. HEX triplet: 0A, 31 and 25. RGB value is (10,49,37). Sum of RGB (Red+Green+Blue) = 10+49+37=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3125 is #F5CEDA. Grayscale: #232323. Windows color (decimal): -16109275 or 2437386. OLE color: 2437386.

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

Color convert

RGB104937-
CMYK0.8000.240.81
HSL161.54º66.1%11.57%-
HSV(B)161.54º79.59%19.22%-
XYZ1.562.392.13-
YUV35.97128.58109.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=10.42%
G=51.04%
B=38.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049370.8000.240.81161.5466.111.57
HexA31255001851a242c
Octal12614512003012124210214
Binary1010110001100101101000001100010100011010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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