#2A4427

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

Shades of Myrtle #2A4427

Tints of Myrtle #2A4427

Color information

#2A4427 (or 0x2A4427) is unknown color: approx Myrtle. HEX triplet: 2A, 44 and 27. RGB value is (42,68,39). Sum of RGB (Red+Green+Blue) = 42+68+39=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4427 is #D5BBD8. Grayscale: #393939. Windows color (decimal): -14007257 or 2573354. OLE color: 2573354.

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

Color convert

RGB426839-
CMYK0.3800.430.73
HSL113.79º27.1%20.98%-
HSV(B)113.79º42.65%26.67%-
XYZ3.394.772.66-
YUV56.92117.89117.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=28.19%
G=45.64%
B=26.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268390.3800.430.73113.7927.120.98
Hex2A44272602B49721b15
Octal5210447460531111623325
Binary10101010001001001111001100101011100100111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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