#2F5531

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

Shades of Parsley #2F5531

Tints of Parsley #2F5531

Color information

#2F5531 (or 0x2F5531) is unknown color: approx Parsley. HEX triplet: 2F, 55 and 31. RGB value is (47,85,49). Sum of RGB (Red+Green+Blue) = 47+85+49=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5531 is #D0AACE. Grayscale: #454545. Windows color (decimal): -13675215 or 3233071. OLE color: 3233071.

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

Color convert

RGB478549-
CMYK0.4500.420.67
HSL123.16º28.79%25.88%-
HSV(B)123.16º44.71%33.33%-
XYZ4.987.324.06-
YUV69.53116.41111.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=25.97%
G=46.96%
B=27.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785490.4500.420.67123.1628.7925.88
Hex2F55312D02A437b1d1a
Octal5712561550521031733532
Binary10111110101011100011011010101010100001111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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