#2A5912

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

Shades of Myrtle #2A5912

Tints of Myrtle #2A5912

Color information

#2A5912 (or 0x2A5912) is unknown color: approx Myrtle. HEX triplet: 2A, 59 and 12. RGB value is (42,89,18). Sum of RGB (Red+Green+Blue) = 42+89+18=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5912 is #D5A6ED. Grayscale: #434343. Windows color (decimal): -14001902 or 1202474. OLE color: 1202474.

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

Color convert

RGB428918-
CMYK0.5300.800.65
HSL99.72º66.36%20.98%-
HSV(B)99.72º79.78%34.9%-
XYZ4.647.681.81-
YUV66.85100.43110.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=28.19%
G=59.73%
B=12.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289180.5300.800.6599.7266.3620.98
Hex2A59123505041644215
Octal521312265012010114410225
Binary1010101011001100101101010101000010000011100100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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