#2A580B

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

Shades of Myrtle #2A580B

Tints of Myrtle #2A580B

Color information

#2A580B (or 0x2A580B) is unknown color: approx Myrtle. HEX triplet: 2A, 58 and 0B. RGB value is (42,88,11). Sum of RGB (Red+Green+Blue) = 42+88+11=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #2A580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A580B is #D5A7F4. Grayscale: #414141. Windows color (decimal): -14002165 or 743466. OLE color: 743466.

HSL color Cylindrical-coordinate representation of color #2A580B: hue angle of 95.84º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A580B is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB428811-
CMYK0.5200.880.65
HSL95.84º77.78%19.41%-
HSV(B)95.84º87.5%34.51%-
XYZ4.57.51.53-
YUV65.4797.26111.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=29.79%
G=62.41%
B=7.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4288110.5200.880.6595.8477.7819.41
Hex2A58B3405841604e13
Octal521301364013010114011623
Binary101010101100010111101000101100010000011100000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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