#2A5A11

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

Shades of Myrtle #2A5A11

Tints of Myrtle #2A5A11

Color information

#2A5A11 (or 0x2A5A11) is unknown color: approx Myrtle. HEX triplet: 2A, 5A and 11. RGB value is (42,90,17). Sum of RGB (Red+Green+Blue) = 42+90+17=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5A11 is #D5A5EE. Grayscale: #434343. Windows color (decimal): -14001647 or 1137194. OLE color: 1137194.

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

Color convert

RGB429017-
CMYK0.5300.810.65
HSL99.45º68.22%20.98%-
HSV(B)99.45º81.11%35.29%-
XYZ4.717.851.8-
YUV67.3399.6109.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 90 (35.55% from 255) = 60.40%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=28.19%
G=60.40%
B=11.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4290170.5300.810.6599.4568.2220.98
Hex2A5A113505141634415
Octal521322165012110114310425
Binary1010101011010100011101010101000110000011100011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,90,17); }

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

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

 a { background-color: rgb(42,90,17); }

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

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

 span { border-color: rgb(42,90,17); }

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