#2A5531

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

Shades of Parsley #2A5531

Tints of Parsley #2A5531

Color information

#2A5531 (or 0x2A5531) is unknown color: approx Parsley. HEX triplet: 2A, 55 and 31. RGB value is (42,85,49). Sum of RGB (Red+Green+Blue) = 42+85+49=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5531 is #D5AACE. Grayscale: #444444. Windows color (decimal): -14002895 or 3233066. OLE color: 3233066.

HSL color Cylindrical-coordinate representation of color #2A5531: hue angle of 129.77º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5531 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB428549-
CMYK0.5100.420.67
HSL129.77º33.86%24.9%-
HSV(B)129.77º50.59%33.33%-
XYZ4.767.214.05-
YUV68.04117.25109.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=23.86%
G=48.30%
B=27.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285490.5100.420.67129.7733.8624.9
Hex2A55313302A43822219
Octal5212561630521032024231
Binary1010101010101110001110011010101010000111000001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,49); }

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

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

 a { background-color: rgb(42,85,49); }

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

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

 span { border-color: rgb(42,85,49); }

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