#0A251F

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

Shades of Dark Green #0A251F

Tints of Dark Green #0A251F

Color information

#0A251F (or 0x0A251F) is unknown color: approx Dark Green. HEX triplet: 0A, 25 and 1F. RGB value is (10,37,31). Sum of RGB (Red+Green+Blue) = 10+37+31=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251F is #F5DAE0. Grayscale: #1C1C1C. Windows color (decimal): -16112353 or 2041098. OLE color: 2041098.

HSL color Cylindrical-coordinate representation of color #0A251F: hue angle of 166.67º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A251F is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB103731-
CMYK0.7300.160.85
HSL166.67º57.45%9.22%-
HSV(B)166.67º72.97%14.51%-
XYZ1.031.491.53-
YUV28.24129.55114.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.82%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=12.82%
G=47.44%
B=39.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1037310.7300.160.85166.6757.459.22
HexA251F4901055a7399
Octal1245371110201252477111
Binary10101001011111110010010100001010101101001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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