#2B542D

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

Shades of Parsley #2B542D

Tints of Parsley #2B542D

Color information

#2B542D (or 0x2B542D) is unknown color: approx Parsley. HEX triplet: 2B, 54 and 2D. RGB value is (43,84,45). Sum of RGB (Red+Green+Blue) = 43+84+45=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #2B542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B542D is #D4ABD2. Grayscale: #434343. Windows color (decimal): -13937619 or 2970667. OLE color: 2970667.

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

Color convert

RGB438445-
CMYK0.4900.460.67
HSL122.93º32.28%24.9%-
HSV(B)122.93º48.81%32.94%-
XYZ4.647.043.6-
YUV67.3115.42110.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=25%
G=48.84%
B=26.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384450.4900.460.67122.9332.2824.9
Hex2B542D3102E437b2019
Octal5312455610561031734031
Binary101011101010010110111000101011101000011111101110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,45); }

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

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

 a { background-color: rgb(43,84,45); }

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

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

 span { border-color: rgb(43,84,45); }

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