#2B5728

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

Shades of Parsley #2B5728

Tints of Parsley #2B5728

Color information

#2B5728 (or 0x2B5728) is unknown color: approx Parsley. HEX triplet: 2B, 57 and 28. RGB value is (43,87,40). Sum of RGB (Red+Green+Blue) = 43+87+40=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #2B5728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5728 is #D4A8D7. Grayscale: #444444. Windows color (decimal): -13936856 or 2643755. OLE color: 2643755.

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

Color convert

RGB438740-
CMYK0.5100.540.66
HSL116.17º37.01%24.9%-
HSV(B)116.17º54.02%34.12%-
XYZ4.797.483.2-
YUV68.49111.92109.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 87 (34.38% from 255) = 51.18%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=25.29%
G=51.18%
B=23.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387400.5100.540.66116.1737.0124.9
Hex2B57283303642742519
Octal5312750630661021644531
Binary101011101011110100011001101101101000010111010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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