#2C602C

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

Shades of Parsley #2C602C

Tints of Parsley #2C602C

Color information

#2C602C (or 0x2C602C) is unknown color: approx Parsley. HEX triplet: 2C, 60 and 2C. RGB value is (44,96,44). Sum of RGB (Red+Green+Blue) = 44+96+44=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #2C602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C602C is #D39FD3. Grayscale: #4A4A4A. Windows color (decimal): -13869012 or 2908204. OLE color: 2908204.

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

Color convert

RGB449644-
CMYK0.5400.540.62
HSL120º37.14%27.45%-
HSV(B)120º54.17%37.65%-
XYZ5.689.083.84-
YUV74.52110.77106.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.91%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=23.91%
G=52.17%
B=23.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496440.5400.540.6212037.1427.45
Hex2C602C360363E78251b
Octal541405466066761704533
Binary10110011000001011001101100110110111110111100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,44); }

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

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

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

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

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

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

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