#2A5018

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

Shades of Myrtle #2A5018

Tints of Myrtle #2A5018

Color information

#2A5018 (or 0x2A5018) is unknown color: approx Myrtle. HEX triplet: 2A, 50 and 18. RGB value is (42,80,24). Sum of RGB (Red+Green+Blue) = 42+80+24=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5018 is #D5AFE7. Grayscale: #3E3E3E. Windows color (decimal): -14004200 or 1593386. OLE color: 1593386.

HSL color Cylindrical-coordinate representation of color #2A5018: hue angle of 100.71º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A5018 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB428024-
CMYK0.4800.700.69
HSL100.71º53.85%20.39%-
HSV(B)100.71º70%31.37%-
XYZ3.996.31.87-
YUV62.25106.41113.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.77%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=28.77%
G=54.79%
B=16.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280240.4800.700.69100.7153.8520.39
Hex2A50183004645653614
Octal52120306001061051456624
Binary101010101000011000110000010001101000101110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,24); }

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

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

 a { background-color: rgb(42,80,24); }

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

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

 span { border-color: rgb(42,80,24); }

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