#2D5431

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

Shades of Parsley #2D5431

Tints of Parsley #2D5431

Color information

#2D5431 (or 0x2D5431) is unknown color: approx Parsley. HEX triplet: 2D, 54 and 31. RGB value is (45,84,49). Sum of RGB (Red+Green+Blue) = 45+84+49=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5431 is #D2ABCE. Grayscale: #444444. Windows color (decimal): -13806543 or 3232813. OLE color: 3232813.

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

Color convert

RGB458449-
CMYK0.4600.420.67
HSL126.15º30.23%25.29%-
HSV(B)126.15º46.43%32.94%-
XYZ4.817.124.03-
YUV68.35117.08111.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.28%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=25.28%
G=47.19%
B=27.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584490.4600.420.67126.1530.2325.29
Hex2D54312E02A437e1e19
Octal5512461560521031763631
Binary10110110101001100011011100101010100001111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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