#2E622F

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

Shades of Parsley #2E622F

Tints of Parsley #2E622F

Color information

#2E622F (or 0x2E622F) is unknown color: approx Parsley. HEX triplet: 2E, 62 and 2F. RGB value is (46,98,47). Sum of RGB (Red+Green+Blue) = 46+98+47=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #2E622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E622F is #D19DD0. Grayscale: #4C4C4C. Windows color (decimal): -13737425 or 3105326. OLE color: 3105326.

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

Color convert

RGB469847-
CMYK0.5300.520.62
HSL121.15º36.11%28.24%-
HSV(B)121.15º53.06%38.43%-
XYZ6.019.524.21-
YUV76.64111.27106.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=24.08%
G=51.31%
B=24.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698470.5300.520.62121.1536.1128.24
Hex2E622F350343E79241c
Octal561425765064761714434
Binary10111011000101011111101010110100111110111100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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