#2E6432

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

Shades of Parsley #2E6432

Tints of Parsley #2E6432

Color information

#2E6432 (or 0x2E6432) is unknown color: approx Parsley. HEX triplet: 2E, 64 and 32. RGB value is (46,100,50). Sum of RGB (Red+Green+Blue) = 46+100+50=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6432 is #D19BCD. Grayscale: #4E4E4E. Windows color (decimal): -13736910 or 3302446. OLE color: 3302446.

HSL color Cylindrical-coordinate representation of color #2E6432: hue angle of 124.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6432 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB4610050-
CMYK0.5400.500.61
HSL124.44º36.99%28.63%-
HSV(B)124.44º54%39.22%-
XYZ6.269.934.6-
YUV78.15112.11105.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=23.47%
G=51.02%
B=25.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100500.5400.500.61124.4436.9928.63
Hex2E6432360323D7c251d
Octal561446266062751744535
Binary10111011001001100101101100110010111101111110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,50); }

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

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

 a { background-color: rgb(46,100,50); }

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

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

 span { border-color: rgb(46,100,50); }

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