#0A3028

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

Shades of Dark Green #0A3028

Tints of Dark Green #0A3028

Color information

#0A3028 (or 0x0A3028) is unknown color: approx Dark Green. HEX triplet: 0A, 30 and 28. RGB value is (10,48,40). Sum of RGB (Red+Green+Blue) = 10+48+40=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3028 is #F5CFD7. Grayscale: #232323. Windows color (decimal): -16109528 or 2633738. OLE color: 2633738.

HSL color Cylindrical-coordinate representation of color #0A3028: hue angle of 167.37º 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 #0A3028 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB104840-
CMYK0.7900.170.81
HSL167.37º65.52%11.37%-
HSV(B)167.37º79.17%18.82%-
XYZ1.572.332.38-
YUV35.73130.41109.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=10.20%
G=48.98%
B=40.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048400.7900.170.81167.3765.5211.37
HexA30284F01151a742b
Octal12605011702112124710213
Binary1010110000101000100111101000110100011010011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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