#2E4F31

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

Shades of Parsley #2E4F31

Tints of Parsley #2E4F31

Color information

#2E4F31 (or 0x2E4F31) is unknown color: approx Parsley. HEX triplet: 2E, 4F and 31. RGB value is (46,79,49). Sum of RGB (Red+Green+Blue) = 46+79+49=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F31 is #D1B0CE. Grayscale: #414141. Windows color (decimal): -13742287 or 3231534. OLE color: 3231534.

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

Color convert

RGB467949-
CMYK0.4200.380.69
HSL125.45º26.4%24.51%-
HSV(B)125.45º41.77%30.98%-
XYZ4.486.393.9-
YUV65.71118.57113.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=26.44%
G=45.40%
B=28.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679490.4200.380.69125.4526.424.51
Hex2E4F312A026457d1a19
Octal5611761520461051753231
Binary10111010011111100011010100100110100010111111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,49); }

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

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

 a { background-color: rgb(46,79,49); }

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

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

 span { border-color: rgb(46,79,49); }

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