#0A2421

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

Shades of Dark Green #0A2421

Tints of Dark Green #0A2421

Color information

#0A2421 (or 0x0A2421) is unknown color: approx Dark Green. HEX triplet: 0A, 24 and 21. RGB value is (10,36,33). Sum of RGB (Red+Green+Blue) = 10+36+33=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2421 is #F5DBDE. Grayscale: #1B1B1B. Windows color (decimal): -16112607 or 2171914. OLE color: 2171914.

HSL color Cylindrical-coordinate representation of color #0A2421: hue angle of 173.08º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2421 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB103633-
CMYK0.7200.080.86
HSL173.08º56.52%9.02%-
HSV(B)173.08º72.22%14.12%-
XYZ1.031.441.66-
YUV27.88130.89115.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.66%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 33 (13.28% from 255) = 41.77%
R=12.66%
G=45.57%
B=41.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1036330.7200.080.86173.0856.529.02
HexA2421480856ad399
Octal1244411100101262557111
Binary10101001001000011001000010001010110101011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,36,33); }

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

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

 a { background-color: rgb(10,36,33); }

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

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

 span { border-color: rgb(10,36,33); }

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