#0A2D29

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

Shades of Dark Green #0A2D29

Tints of Dark Green #0A2D29

Color information

#0A2D29 (or 0x0A2D29) is unknown color: approx Dark Green. HEX triplet: 0A, 2D and 29. RGB value is (10,45,41). Sum of RGB (Red+Green+Blue) = 10+45+41=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2D29 is #F5D2D6. Grayscale: #222222. Windows color (decimal): -16110295 or 2698506. OLE color: 2698506.

HSL color Cylindrical-coordinate representation of color #0A2D29: hue angle of 173.14º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2D29 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB104541-
CMYK0.7800.090.82
HSL173.14º63.64%10.78%-
HSV(B)173.14º77.78%17.65%-
XYZ1.462.12.43-
YUV34.08131.9110.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=10.42%
G=46.88%
B=42.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1045410.7800.090.82173.1463.6410.78
HexA2D294E0952ad40b
Octal12555111601112225510013
Binary101010110110100110011100100110100101010110110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,45,41); }

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

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

 a { background-color: rgb(10,45,41); }

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

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

 span { border-color: rgb(10,45,41); }

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