#0A251E

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

Shades of Dark Green #0A251E

Tints of Dark Green #0A251E

Color information

#0A251E (or 0x0A251E) is unknown color: approx Dark Green. HEX triplet: 0A, 25 and 1E. RGB value is (10,37,30). Sum of RGB (Red+Green+Blue) = 10+37+30=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251E is #F5DAE1. Grayscale: #1C1C1C. Windows color (decimal): -16112354 or 1975562. OLE color: 1975562.

HSL color Cylindrical-coordinate representation of color #0A251E: hue angle of 164.44º 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 #0A251E is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB103730-
CMYK0.7300.190.85
HSL164.44º57.45%9.22%-
HSV(B)164.44º72.97%14.51%-
XYZ1.021.481.46-
YUV28.13129.05115.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=12.99%
G=48.05%
B=38.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1037300.7300.190.85164.4457.459.22
HexA251E4901355a4399
Octal1245361110231252447111
Binary10101001011111010010010100111010101101001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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