#2E612F

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

Shades of Parsley #2E612F

Tints of Parsley #2E612F

Color information

#2E612F (or 0x2E612F) is unknown color: approx Parsley. HEX triplet: 2E, 61 and 2F. RGB value is (46,97,47). Sum of RGB (Red+Green+Blue) = 46+97+47=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #2E612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E612F is #D19ED0. Grayscale: #4C4C4C. Windows color (decimal): -13737681 or 3105070. OLE color: 3105070.

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

Color convert

RGB469747-
CMYK0.5300.520.62
HSL121.18º35.66%28.04%-
HSV(B)121.18º52.58%38.04%-
XYZ5.919.344.18-
YUV76.05111.6106.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=24.21%
G=51.05%
B=24.74%

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
Decimal4697470.5300.520.62121.1835.6628.04
Hex2E612F350343E79241c
Octal561415765064761714434
Binary10111011000011011111101010110100111110111100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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