#2A581A

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

Shades of Myrtle #2A581A

Tints of Myrtle #2A581A

Color information

#2A581A (or 0x2A581A) is unknown color: approx Myrtle. HEX triplet: 2A, 58 and 1A. RGB value is (42,88,26). Sum of RGB (Red+Green+Blue) = 42+88+26=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #2A581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A581A is #D5A7E5. Grayscale: #434343. Windows color (decimal): -14002150 or 1726506. OLE color: 1726506.

HSL color Cylindrical-coordinate representation of color #2A581A: hue angle of 104.52º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A581A is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB428826-
CMYK0.5200.700.65
HSL104.52º54.39%22.35%-
HSV(B)104.52º70.45%34.51%-
XYZ4.637.552.19-
YUV67.18104.76110.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=26.92%
G=56.41%
B=16.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4288260.5200.700.65104.5254.3922.35
Hex2A581A3404641693616
Octal52130326401061011516626
Binary101010101100011010110100010001101000001110100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,26); }

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

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

 a { background-color: rgb(42,88,26); }

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

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

 span { border-color: rgb(42,88,26); }

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