#0A2113

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

Shades of Dark Green #0A2113

Tints of Dark Green #0A2113

Color information

#0A2113 (or 0x0A2113) is unknown color: approx Dark Green. HEX triplet: 0A, 21 and 13. RGB value is (10,33,19). Sum of RGB (Red+Green+Blue) = 10+33+19=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #0A2113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2113 is #F5DEEC. Grayscale: #181818. Windows color (decimal): -16113389 or 1253642. OLE color: 1253642.

HSL color Cylindrical-coordinate representation of color #0A2113: hue angle of 143.48º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A2113 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB103319-
CMYK0.7000.420.87
HSL143.48º53.49%8.43%-
HSV(B)143.48º69.7%12.94%-
XYZ0.791.20.81-
YUV24.53124.88117.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.13%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=16.13%
G=53.23%
B=30.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1033190.7000.420.87143.4853.498.43
HexA21134602A578f358
Octal1241231060521272176510
Binary101010000110011100011001010101010111100011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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