#2C6132

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

Shades of Parsley #2C6132

Tints of Parsley #2C6132

Color information

#2C6132 (or 0x2C6132) is unknown color: approx Parsley. HEX triplet: 2C, 61 and 32. RGB value is (44,97,50). Sum of RGB (Red+Green+Blue) = 44+97+50=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6132 is #D39ECD. Grayscale: #4B4B4B. Windows color (decimal): -13868750 or 3301676. OLE color: 3301676.

HSL color Cylindrical-coordinate representation of color #2C6132: hue angle of 126.79º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6132 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB449750-
CMYK0.5500.480.62
HSL126.79º37.59%27.65%-
HSV(B)126.79º54.64%38.04%-
XYZ5.899.324.51-
YUV75.8113.44105.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=23.04%
G=50.79%
B=26.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497500.5500.480.62126.7937.5927.65
Hex2C6132370303E7f261c
Octal541416267060761774634
Binary10110011000011100101101110110000111110111111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,50); }

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

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

 a { background-color: rgb(44,97,50); }

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

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

 span { border-color: rgb(44,97,50); }

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