#2E5F2D

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

Shades of Parsley #2E5F2D

Tints of Parsley #2E5F2D

Color information

#2E5F2D (or 0x2E5F2D) is unknown color: approx Parsley. HEX triplet: 2E, 5F and 2D. RGB value is (46,95,45). Sum of RGB (Red+Green+Blue) = 46+95+45=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5F2D is #D1A0D2. Grayscale: #4A4A4A. Windows color (decimal): -13738195 or 2973486. OLE color: 2973486.

HSL color Cylindrical-coordinate representation of color #2E5F2D: hue angle of 118.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5F2D is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB469545-
CMYK0.5200.530.63
HSL118.8º35.71%27.45%-
HSV(B)118.8º52.63%37.25%-
XYZ5.698.953.91-
YUV74.65111.27107.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=24.73%
G=51.08%
B=24.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4695450.5200.530.63118.835.7127.45
Hex2E5F2D340353F77241b
Octal561375564065771674433
Binary10111010111111011011101000110101111111111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,95,45); }

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

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

 a { background-color: rgb(46,95,45); }

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

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

 span { border-color: rgb(46,95,45); }

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