#082E0A

Color #082E0A Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #082E0A

Tints of Myrtle #082E0A

Color information

#082E0A (or 0x082E0A) is unknown color: approx Myrtle. HEX triplet: 08, 2E and 0A. RGB value is (8,46,10). Sum of RGB (Red+Green+Blue) = 8+46+10=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 46 (18.36% from 255 or 71.88% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 46 - color contains mainly: green. Hex color #082E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E0A is #F7D1F5. Grayscale: #1E1E1E. Windows color (decimal): -16241142 or 667144. OLE color: 667144.

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

Color convert

RGB84610-
CMYK0.8300.780.82
HSL123.16º70.37%10.59%-
HSV(B)123.16º82.61%18.04%-
XYZ1.132.030.62-
YUV30.53116.41111.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 46 (18.36% from 255) = 71.88%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=12.5%
G=71.88%
B=15.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal846100.8300.780.82123.1670.3710.59
Hex82EA5304E527b46b
Octal105612123011612217310613
Binary100010111010101010011010011101010010111101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082E0A; }

 p { color: rgb(8,46,10); }

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

<style>
 a { background-color: #082E0A; }

 a { background-color: rgb(8,46,10); }

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

<style>
 span { border-color: #082E0A; }

 span { border-color: rgb(8,46,10); }

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