#2A5915

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

Shades of Myrtle #2A5915

Tints of Myrtle #2A5915

Color information

#2A5915 (or 0x2A5915) is unknown color: approx Myrtle. HEX triplet: 2A, 59 and 15. RGB value is (42,89,21). Sum of RGB (Red+Green+Blue) = 42+89+21=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5915 is #D5A6EA. Grayscale: #434343. Windows color (decimal): -14001899 or 1399082. OLE color: 1399082.

HSL color Cylindrical-coordinate representation of color #2A5915: hue angle of 101.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A5915 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB428921-
CMYK0.5300.760.65
HSL101.47º61.82%21.57%-
HSV(B)101.47º76.4%34.9%-
XYZ4.667.691.95-
YUV67.19101.93110.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=27.63%
G=58.55%
B=13.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289210.5300.760.65101.4761.8221.57
Hex2A59153504C41653e16
Octal52131256501141011457626
Binary101010101100110101110101010011001000001110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,21); }

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

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

 a { background-color: rgb(42,89,21); }

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

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

 span { border-color: rgb(42,89,21); }

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