#2B572F

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

Shades of Parsley #2B572F

Tints of Parsley #2B572F

Color information

#2B572F (or 0x2B572F) is unknown color: approx Parsley. HEX triplet: 2B, 57 and 2F. RGB value is (43,87,47). Sum of RGB (Red+Green+Blue) = 43+87+47=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #2B572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B572F is #D4A8D0. Grayscale: #454545. Windows color (decimal): -13936849 or 3102507. OLE color: 3102507.

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

Color convert

RGB438747-
CMYK0.5100.460.66
HSL125.45º33.85%25.49%-
HSV(B)125.45º50.57%34.12%-
XYZ4.927.543.88-
YUV69.28115.42109.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=24.29%
G=49.15%
B=26.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387470.5100.460.66125.4533.8525.49
Hex2B572F3302E427d2219
Octal5312757630561021754231
Binary101011101011110111111001101011101000010111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,47); }

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

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

 a { background-color: rgb(43,87,47); }

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

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

 span { border-color: rgb(43,87,47); }

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