#2C5830

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

Shades of Parsley #2C5830

Tints of Parsley #2C5830

Color information

#2C5830 (or 0x2C5830) is unknown color: approx Parsley. HEX triplet: 2C, 58 and 30. RGB value is (44,88,48). Sum of RGB (Red+Green+Blue) = 44+88+48=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5830 is #D3A7CF. Grayscale: #464646. Windows color (decimal): -13871056 or 3168300. OLE color: 3168300.

HSL color Cylindrical-coordinate representation of color #2C5830: hue angle of 125.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C5830 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB448848-
CMYK0.500.450.65
HSL125.45º33.33%25.88%-
HSV(B)125.45º50%34.51%-
XYZ5.067.734.02-
YUV70.28115.42109.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=24.44%
G=48.89%
B=26.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4488480.500.450.65125.4533.3325.88
Hex2C58303202D417d211a
Octal5413060620551011754132
Binary101100101100011000011001001011011000001111110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,88,48); }

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

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

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

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

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

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

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