#2A4425

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

Shades of Myrtle #2A4425

Tints of Myrtle #2A4425

Color information

#2A4425 (or 0x2A4425) is unknown color: approx Myrtle. HEX triplet: 2A, 44 and 25. RGB value is (42,68,37). Sum of RGB (Red+Green+Blue) = 42+68+37=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4425 is #D5BBDA. Grayscale: #383838. Windows color (decimal): -14007259 or 2442282. OLE color: 2442282.

HSL color Cylindrical-coordinate representation of color #2A4425: hue angle of 110.32º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4425 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB426837-
CMYK0.3800.460.73
HSL110.32º29.52%20.59%-
HSV(B)110.32º45.59%26.67%-
XYZ3.364.762.49-
YUV56.69116.89117.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=28.57%
G=46.26%
B=25.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268370.3800.460.73110.3229.5220.59
Hex2A44252602E496e1e15
Octal5210445460561111563625
Binary10101010001001001011001100101110100100111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,37); }

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

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

 a { background-color: rgb(42,68,37); }

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

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

 span { border-color: rgb(42,68,37); }

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