#2E5130

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

Shades of Parsley #2E5130

Tints of Parsley #2E5130

Color information

#2E5130 (or 0x2E5130) is unknown color: approx Parsley. HEX triplet: 2E, 51 and 30. RGB value is (46,81,48). Sum of RGB (Red+Green+Blue) = 46+81+48=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5130 is #D1AECF. Grayscale: #424242. Windows color (decimal): -13741776 or 3166510. OLE color: 3166510.

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

Color convert

RGB468148-
CMYK0.4300.410.68
HSL123.43º27.56%24.9%-
HSV(B)123.43º43.21%31.76%-
XYZ4.66.683.84-
YUV66.77117.4113.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=26.29%
G=46.29%
B=27.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681480.4300.410.68123.4327.5624.9
Hex2E51302B029447b1c19
Octal5612160530511041733431
Binary10111010100011100001010110101001100010011110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,48); }

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

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

 a { background-color: rgb(46,81,48); }

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

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

 span { border-color: rgb(46,81,48); }

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