#2C5530

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

Shades of Parsley #2C5530

Tints of Parsley #2C5530

Color information

#2C5530 (or 0x2C5530) is unknown color: approx Parsley. HEX triplet: 2C, 55 and 30. RGB value is (44,85,48). Sum of RGB (Red+Green+Blue) = 44+85+48=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5530 is #D3AACF. Grayscale: #444444. Windows color (decimal): -13871824 or 3167532. OLE color: 3167532.

HSL color Cylindrical-coordinate representation of color #2C5530: hue angle of 125.85º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5530 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB448548-
CMYK0.4800.440.67
HSL125.85º31.78%25.29%-
HSV(B)125.85º48.24%33.33%-
XYZ4.827.253.94-
YUV68.52116.42110.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.86%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=24.86%
G=48.02%
B=27.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485480.4800.440.67125.8531.7825.29
Hex2C55303002C437e2019
Octal5412560600541031764031
Binary101100101010111000011000001011001000011111111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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