#082A03

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

Shades of Myrtle #082A03

Tints of Myrtle #082A03

Color information

#082A03 (or 0x082A03) is unknown color: approx Myrtle. HEX triplet: 08, 2A and 03. RGB value is (8,42,3). Sum of RGB (Red+Green+Blue) = 8+42+3=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 42 (16.80% from 255 or 79.25% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 42 - color contains mainly: green. Hex color #082A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A03 is #F7D5FC. Grayscale: #1B1B1B. Windows color (decimal): -16242173 or 207368. OLE color: 207368.

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

Color convert

RGB8423-
CMYK0.8100.930.84
HSL112.31º86.67%8.82%-
HSV(B)112.31º92.86%16.47%-
XYZ0.941.710.37-
YUV27.39114.24114.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 42 (16.80% from 255) = 79.25%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=15.09%
G=79.25%
B=5.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal84230.8100.930.84112.3186.678.82
Hex82A35105D5470579
Octal10523121013512416012711
Binary1000101010111010001010111011010100111000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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