#0A301E

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

Shades of Dark Green #0A301E

Tints of Dark Green #0A301E

Color information

#0A301E (or 0x0A301E) is unknown color: approx Dark Green. HEX triplet: 0A, 30 and 1E. RGB value is (10,48,30). Sum of RGB (Red+Green+Blue) = 10+48+30=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #0A301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A301E is #F5CFE1. Grayscale: #222222. Windows color (decimal): -16109538 or 1978378. OLE color: 1978378.

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

Color convert

RGB104830-
CMYK0.7900.370.81
HSL151.58º65.52%11.37%-
HSV(B)151.58º79.17%18.82%-
XYZ1.422.271.59-
YUV34.59125.41110.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=11.36%
G=54.55%
B=34.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048300.7900.370.81151.5865.5211.37
HexA301E4F025519842b
Octal12603611704512123010213
Binary1010110000111101001111010010110100011001100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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