#2A5325

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

Shades of Myrtle #2A5325

Tints of Myrtle #2A5325

Color information

#2A5325 (or 0x2A5325) is unknown color: approx Myrtle. HEX triplet: 2A, 53 and 25. RGB value is (42,83,37). Sum of RGB (Red+Green+Blue) = 42+83+37=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5325 is #D5ACDA. Grayscale: #414141. Windows color (decimal): -14003419 or 2446122. OLE color: 2446122.

HSL color Cylindrical-coordinate representation of color #2A5325: hue angle of 113.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5325 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB428337-
CMYK0.4900.550.67
HSL113.48º38.33%23.53%-
HSV(B)113.48º55.42%32.55%-
XYZ4.386.812.83-
YUV65.5111.92111.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.93%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=25.93%
G=51.23%
B=22.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283370.4900.550.67113.4838.3323.53
Hex2A53253103743712618
Octal5212345610671031614630
Binary101010101001110010111000101101111000011111000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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