#2D542B

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

Shades of Parsley #2D542B

Tints of Parsley #2D542B

Color information

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

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

Color convert

RGB458443-
CMYK0.4600.490.67
HSL117.07º32.28%24.9%-
HSV(B)117.07º48.81%32.94%-
XYZ4.697.073.4-
YUV67.66114.08111.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584430.4600.490.67117.0732.2824.9
Hex2D542B2E03143752019
Octal5512453560611031654031
Binary101101101010010101110111001100011000011111010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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