#2F5532

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

Shades of Parsley #2F5532

Tints of Parsley #2F5532

Color information

#2F5532 (or 0x2F5532) is unknown color: approx Parsley. HEX triplet: 2F, 55 and 32. RGB value is (47,85,50). Sum of RGB (Red+Green+Blue) = 47+85+50=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5532 is #D0AACD. Grayscale: #454545. Windows color (decimal): -13675214 or 3298607. OLE color: 3298607.

HSL color Cylindrical-coordinate representation of color #2F5532: hue angle of 124.74º 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 #2F5532 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB478550-
CMYK0.4500.410.67
HSL124.74º28.79%25.88%-
HSV(B)124.74º44.71%33.33%-
XYZ57.334.17-
YUV69.65116.91111.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=25.82%
G=46.70%
B=27.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785500.4500.410.67124.7428.7925.88
Hex2F55322D029437d1d1a
Octal5712562550511031753532
Binary10111110101011100101011010101001100001111111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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