#2E6130

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

Shades of Parsley #2E6130

Tints of Parsley #2E6130

Color information

#2E6130 (or 0x2E6130) is unknown color: approx Parsley. HEX triplet: 2E, 61 and 30. RGB value is (46,97,48). Sum of RGB (Red+Green+Blue) = 46+97+48=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6130 is #D19ECF. Grayscale: #4C4C4C. Windows color (decimal): -13737680 or 3170606. OLE color: 3170606.

HSL color Cylindrical-coordinate representation of color #2E6130: hue angle of 122.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6130 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB469748-
CMYK0.5300.510.62
HSL122.35º35.66%28.04%-
HSV(B)122.35º52.58%38.04%-
XYZ5.939.344.29-
YUV76.16112.1106.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=24.08%
G=50.79%
B=25.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697480.5300.510.62122.3535.6628.04
Hex2E6130350333E7a241c
Octal561416065063761724434
Binary10111011000011100001101010110011111110111101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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