#2A5013

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

Shades of Myrtle #2A5013

Tints of Myrtle #2A5013

Color information

#2A5013 (or 0x2A5013) is unknown color: approx Myrtle. HEX triplet: 2A, 50 and 13. RGB value is (42,80,19). Sum of RGB (Red+Green+Blue) = 42+80+19=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5013 is #D5AFEC. Grayscale: #3D3D3D. Windows color (decimal): -14004205 or 1265706. OLE color: 1265706.

HSL color Cylindrical-coordinate representation of color #2A5013: hue angle of 97.38º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A5013 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB428019-
CMYK0.4800.760.69
HSL97.38º61.62%19.41%-
HSV(B)97.38º76.25%31.37%-
XYZ3.946.281.62-
YUV61.68103.91113.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=29.79%
G=56.74%
B=13.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280190.4800.760.6997.3861.6219.41
Hex2A50133004C45613e13
Octal52120236001141051417623
Binary101010101000010011110000010011001000101110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,19); }

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

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

 a { background-color: rgb(42,80,19); }

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

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

 span { border-color: rgb(42,80,19); }

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