#0A251A

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

Shades of Dark Green #0A251A

Tints of Dark Green #0A251A

Color information

#0A251A (or 0x0A251A) is unknown color: approx Dark Green. HEX triplet: 0A, 25 and 1A. RGB value is (10,37,26). Sum of RGB (Red+Green+Blue) = 10+37+26=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251A is #F5DAE5. Grayscale: #1B1B1B. Windows color (decimal): -16112358 or 1713418. OLE color: 1713418.

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

Color convert

RGB103726-
CMYK0.7300.300.85
HSL155.56º57.45%9.22%-
HSV(B)155.56º72.97%14.51%-
XYZ0.971.461.21-
YUV27.67127.05115.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.70%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=13.70%
G=50.68%
B=35.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1037260.7300.300.85155.5657.459.22
HexA251A4901E559c399
Octal1245321110361252347111
Binary10101001011101010010010111101010101100111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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