#2A520F

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

Shades of Myrtle #2A520F

Tints of Myrtle #2A520F

Color information

#2A520F (or 0x2A520F) is unknown color: approx Myrtle. HEX triplet: 2A, 52 and 0F. RGB value is (42,82,15). Sum of RGB (Red+Green+Blue) = 42+82+15=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #2A520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A520F is #D5ADF0. Grayscale: #3E3E3E. Windows color (decimal): -14003697 or 1004074. OLE color: 1004074.

HSL color Cylindrical-coordinate representation of color #2A520F: hue angle of 95.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A520F is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB428215-
CMYK0.4900.820.68
HSL95.82º69.07%19.02%-
HSV(B)95.82º81.71%32.16%-
XYZ4.066.561.5-
YUV62.4101.25113.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 82 (32.42% from 255) = 58.99%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=30.22%
G=58.99%
B=10.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4282150.4900.820.6895.8269.0719.02
Hex2A52F3105244604513
Octal521221761012210414010523
Binary101010101001011111100010101001010001001100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A520F; }

 p { color: rgb(42,82,15); }

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

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

 a { background-color: rgb(42,82,15); }

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

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

 span { border-color: rgb(42,82,15); }

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