#0A3027

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

Shades of Dark Green #0A3027

Tints of Dark Green #0A3027

Color information

#0A3027 (or 0x0A3027) is unknown color: approx Dark Green. HEX triplet: 0A, 30 and 27. RGB value is (10,48,39). Sum of RGB (Red+Green+Blue) = 10+48+39=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3027 is #F5CFD8. Grayscale: #232323. Windows color (decimal): -16109529 or 2568202. OLE color: 2568202.

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

Color convert

RGB104839-
CMYK0.7900.190.81
HSL165.79º65.52%11.37%-
HSV(B)165.79º79.17%18.82%-
XYZ1.552.322.29-
YUV35.61129.91109.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=10.31%
G=49.48%
B=40.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048390.7900.190.81165.7965.5211.37
HexA30274F01351a642b
Octal12604711702312124610213
Binary1010110000100111100111101001110100011010011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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