#2E6238

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

Shades of Parsley #2E6238

Tints of Parsley #2E6238

Color information

#2E6238 (or 0x2E6238) is unknown color: approx Parsley. HEX triplet: 2E, 62 and 38. RGB value is (46,98,56). Sum of RGB (Red+Green+Blue) = 46+98+56=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6238 is #D19DC7. Grayscale: #4D4D4D. Windows color (decimal): -13737416 or 3695150. OLE color: 3695150.

HSL color Cylindrical-coordinate representation of color #2E6238: hue angle of 131.54º 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 #2E6238 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB469856-
CMYK0.5300.430.62
HSL131.54º36.11%28.24%-
HSV(B)131.54º53.06%38.43%-
XYZ6.219.65.27-
YUV77.66115.77105.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 56 (22.27% from 255) = 28%
R=23%
G=49%
B=28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698560.5300.430.62131.5436.1128.24
Hex2E62383502B3E84241c
Octal561427065053762044434
Binary101110110001011100011010101010111111101000010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,56); }

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

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

 a { background-color: rgb(46,98,56); }

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

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

 span { border-color: rgb(46,98,56); }

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