#0A211A

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

Shades of Dark Green #0A211A

Tints of Dark Green #0A211A

Color information

#0A211A (or 0x0A211A) is unknown color: approx Dark Green. HEX triplet: 0A, 21 and 1A. RGB value is (10,33,26). Sum of RGB (Red+Green+Blue) = 10+33+26=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #0A211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A211A is #F5DEE5. Grayscale: #191919. Windows color (decimal): -16113382 or 1712394. OLE color: 1712394.

HSL color Cylindrical-coordinate representation of color #0A211A: hue angle of 161.74º 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 #0A211A is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB103326-
CMYK0.7000.210.87
HSL161.74º53.49%8.43%-
HSV(B)161.74º69.7%12.94%-
XYZ0.861.231.17-
YUV25.32128.38117.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=14.49%
G=47.83%
B=37.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1033260.7000.210.87161.7453.498.43
HexA211A4601557a2358
Octal1241321060251272426510
Binary10101000011101010001100101011010111101000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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