#0A3024

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

Shades of Dark Green #0A3024

Tints of Dark Green #0A3024

Color information

#0A3024 (or 0x0A3024) is unknown color: approx Dark Green. HEX triplet: 0A, 30 and 24. RGB value is (10,48,36). Sum of RGB (Red+Green+Blue) = 10+48+36=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3024 is #F5CFDB. Grayscale: #232323. Windows color (decimal): -16109532 or 2371594. OLE color: 2371594.

HSL color Cylindrical-coordinate representation of color #0A3024: hue angle of 161.05º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A3024 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB104836-
CMYK0.7900.250.81
HSL161.05º65.52%11.37%-
HSV(B)161.05º79.17%18.82%-
XYZ1.52.312.04-
YUV35.27128.41109.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=10.64%
G=51.06%
B=38.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048360.7900.250.81161.0565.5211.37
HexA30244F01951a142b
Octal12604411703112124110213
Binary1010110000100100100111101100110100011010000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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