#082D00

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

Shades of Myrtle #082D00

Tints of Myrtle #082D00

Color information

#082D00 (or 0x082D00) is unknown color: approx Myrtle. HEX triplet: 08, 2D and 00. RGB value is (8,45,0). Sum of RGB (Red+Green+Blue) = 8+45+0=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 45 (17.97% from 255 or 84.91% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 45 - color contains mainly: green. Hex color #082D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082D00 is #F7D2FF. Grayscale: #1C1C1C. Windows color (decimal): -16241408 or 11528. OLE color: 11528.

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

Color convert

RGB8450-
CMYK0.82010.82
HSL109.33º100%8.82%-
HSV(B)109.33º100%17.65%-
XYZ1.041.930.32-
YUV28.81111.74113.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 45 (17.97% from 255) = 84.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.09%
G=84.91%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal84500.82010.82109.331008.82
Hex82D052064526d649
Octal10550122014412215514411
Binary100010110101010010011001001010010110110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,45,0); }

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

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

 a { background-color: rgb(8,45,0); }

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

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

 span { border-color: rgb(8,45,0); }

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