#2D4E31

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

Shades of Parsley #2D4E31

Tints of Parsley #2D4E31

Color information

#2D4E31 (or 0x2D4E31) is unknown color: approx Parsley. HEX triplet: 2D, 4E and 31. RGB value is (45,78,49). Sum of RGB (Red+Green+Blue) = 45+78+49=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E31 is #D2B1CE. Grayscale: #404040. Windows color (decimal): -13808079 or 3231277. OLE color: 3231277.

HSL color Cylindrical-coordinate representation of color #2D4E31: hue angle of 127.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E31 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB457849-
CMYK0.4200.370.69
HSL127.27º26.83%24.12%-
HSV(B)127.27º42.31%30.59%-
XYZ4.366.233.88-
YUV64.83119.07113.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=26.16%
G=45.35%
B=28.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4578490.4200.370.69127.2726.8324.12
Hex2D4E312A025457f1b18
Octal5511661520451051773330
Binary10110110011101100011010100100101100010111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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