#2C5F36

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

Shades of Parsley #2C5F36

Tints of Parsley #2C5F36

Color information

#2C5F36 (or 0x2C5F36) is unknown color: approx Parsley. HEX triplet: 2C, 5F and 36. RGB value is (44,95,54). Sum of RGB (Red+Green+Blue) = 44+95+54=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5F36 is #D3A0C9. Grayscale: #4B4B4B. Windows color (decimal): -13869258 or 3563308. OLE color: 3563308.

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

Color convert

RGB449554-
CMYK0.5400.430.63
HSL131.76º36.69%27.25%-
HSV(B)131.76º53.68%37.25%-
XYZ5.88.994.92-
YUV75.08116.1105.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.80%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=22.80%
G=49.22%
B=27.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4495540.5400.430.63131.7636.6927.25
Hex2C5F363602B3F84251b
Octal541376666053772044533
Binary101100101111111011011011001010111111111000010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,95,54); }

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

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

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

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

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

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

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