#2A4F24

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

Shades of Myrtle #2A4F24

Tints of Myrtle #2A4F24

Color information

#2A4F24 (or 0x2A4F24) is unknown color: approx Myrtle. HEX triplet: 2A, 4F and 24. RGB value is (42,79,36). Sum of RGB (Red+Green+Blue) = 42+79+36=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F24 is #D5B0DB. Grayscale: #3F3F3F. Windows color (decimal): -14004444 or 2379562. OLE color: 2379562.

HSL color Cylindrical-coordinate representation of color #2A4F24: hue angle of 111.63º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A4F24 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB427936-
CMYK0.4700.540.69
HSL111.63º37.39%22.55%-
HSV(B)111.63º54.43%30.98%-
XYZ4.076.212.65-
YUV63.04112.74113-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 79 (31.25% from 255) = 50.32%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=26.75%
G=50.32%
B=22.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4279360.4700.540.69111.6337.3922.55
Hex2A4F242F03645702517
Octal5211744570661051604527
Binary101010100111110010010111101101101000101111000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,79,36); }

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

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

 a { background-color: rgb(42,79,36); }

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

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

 span { border-color: rgb(42,79,36); }

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