#2D502F

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

Shades of Parsley #2D502F

Tints of Parsley #2D502F

Color information

#2D502F (or 0x2D502F) is unknown color: approx Parsley. HEX triplet: 2D, 50 and 2F. RGB value is (45,80,47). Sum of RGB (Red+Green+Blue) = 45+80+47=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #2D502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D502F is #D2AFD0. Grayscale: #414141. Windows color (decimal): -13807569 or 3100717. OLE color: 3100717.

HSL color Cylindrical-coordinate representation of color #2D502F: hue angle of 123.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D502F is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB458047-
CMYK0.4400.410.69
HSL123.43º28%24.51%-
HSV(B)123.43º43.75%31.37%-
XYZ4.466.53.71-
YUV65.77117.4113.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=26.16%
G=46.51%
B=27.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580470.4400.410.69123.432824.51
Hex2D502F2C029457b1c19
Octal5512057540511051733431
Binary10110110100001011111011000101001100010111110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,47); }

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

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

 a { background-color: rgb(45,80,47); }

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

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

 span { border-color: rgb(45,80,47); }

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