#082F0A

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

Shades of Myrtle #082F0A

Tints of Myrtle #082F0A

Color information

#082F0A (or 0x082F0A) is unknown color: approx Myrtle. HEX triplet: 08, 2F and 0A. RGB value is (8,47,10). Sum of RGB (Red+Green+Blue) = 8+47+10=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 47 (18.75% from 255 or 72.31% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 47 - color contains mainly: green. Hex color #082F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F0A is #F7D0F5. Grayscale: #1F1F1F. Windows color (decimal): -16240886 or 667400. OLE color: 667400.

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

Color convert

RGB84710-
CMYK0.8300.790.82
HSL123.08º70.91%10.78%-
HSV(B)123.08º82.98%18.43%-
XYZ1.172.110.63-
YUV31.12116.08111.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.31%
GREEN value IS 47 (18.75% from 255) = 72.31%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=12.31%
G=72.31%
B=15.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal847100.8300.790.82123.0870.9110.78
Hex82FA5304F527b47b
Octal105712123011712217310713
Binary100010111110101010011010011111010010111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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