#082002

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

Shades of Myrtle #082002

Tints of Myrtle #082002

Color information

#082002 (or 0x082002) is unknown color: approx Myrtle. HEX triplet: 08, 20 and 02. RGB value is (8,32,2). Sum of RGB (Red+Green+Blue) = 8+32+2=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 32 (12.89% from 255 or 76.19% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 32 - color contains mainly: green. Hex color #082002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082002 is #F7DFFD. Grayscale: #151515. Windows color (decimal): -16244734 or 139272. OLE color: 139272.

HSL color Cylindrical-coordinate representation of color #082002: hue angle of 108º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082002 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB8322-
CMYK0.7500.940.87
HSL108º88.24%6.67%-
HSV(B)108º93.75%12.55%-
XYZ0.631.090.23-
YUV21.4117.05118.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 32 (12.89% from 255) = 76.19%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=19.05%
G=76.19%
B=4.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal83220.7500.940.8710888.246.67
Hex82024B05E576c587
Octal1040211301361271541307
Binary100010000010100101101011110101011111011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082002; }

 p { color: rgb(8,32,2); }

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

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

 a { background-color: rgb(8,32,2); }

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

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

 span { border-color: rgb(8,32,2); }

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