#082A0A

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

Shades of Myrtle #082A0A

Tints of Myrtle #082A0A

Color information

#082A0A (or 0x082A0A) is unknown color: approx Myrtle. HEX triplet: 08, 2A and 0A. RGB value is (8,42,10). Sum of RGB (Red+Green+Blue) = 8+42+10=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 42 (16.80% from 255 or 70% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 42 - color contains mainly: green. Hex color #082A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A0A is #F7D5F5. Grayscale: #1C1C1C. Windows color (decimal): -16242166 or 666120. OLE color: 666120.

HSL color Cylindrical-coordinate representation of color #082A0A: hue angle of 123.53º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082A0A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB84210-
CMYK0.8100.760.84
HSL123.53º68%9.8%-
HSV(B)123.53º80.95%16.47%-
XYZ0.981.730.57-
YUV28.19117.74113.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 42 (16.80% from 255) = 70%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=13.33%
G=70%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal842100.8100.760.84123.53689.8
Hex82AA5104C547c44a
Octal105212121011412417410412
Binary100010101010101010001010011001010100111110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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