#082A05

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

Shades of Myrtle #082A05

Tints of Myrtle #082A05

Color information

#082A05 (or 0x082A05) is unknown color: approx Myrtle. HEX triplet: 08, 2A and 05. RGB value is (8,42,5). Sum of RGB (Red+Green+Blue) = 8+42+5=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 42 (16.80% from 255 or 76.36% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 42 - color contains mainly: green. Hex color #082A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A05 is #F7D5FA. Grayscale: #1B1B1B. Windows color (decimal): -16242171 or 338440. OLE color: 338440.

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

Color convert

RGB8425-
CMYK0.8100.880.84
HSL115.14º78.72%9.22%-
HSV(B)115.14º88.1%16.47%-
XYZ0.961.720.42-
YUV27.62115.24114.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 42 (16.80% from 255) = 76.36%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=14.55%
G=76.36%
B=9.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal84250.8100.880.84115.1478.729.22
Hex82A55105854734f9
Octal10525121013012416311711
Binary10001010101011010001010110001010100111001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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