#2C5D2B

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

Shades of Parsley #2C5D2B

Tints of Parsley #2C5D2B

Color information

#2C5D2B (or 0x2C5D2B) is unknown color: approx Parsley. HEX triplet: 2C, 5D and 2B. RGB value is (44,93,43). Sum of RGB (Red+Green+Blue) = 44+93+43=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D2B is #D3A2D4. Grayscale: #484848. Windows color (decimal): -13869781 or 2841900. OLE color: 2841900.

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

Color convert

RGB449343-
CMYK0.5300.540.64
HSL118.8º36.76%26.67%-
HSV(B)118.8º53.76%36.47%-
XYZ5.398.543.65-
YUV72.65111.27107.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 93 (36.72% from 255) = 51.67%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=24.44%
G=51.67%
B=23.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4493430.5300.540.64118.836.7626.67
Hex2C5D2B350364077251b
Octal5413553650661001674533
Binary101100101110110101111010101101101000000111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,93,43); }

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

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

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

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

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

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

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