#30572C

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

Shades of Parsley #30572C

Tints of Parsley #30572C

Color information

#30572C (or 0x30572C) is unknown color: approx Parsley. HEX triplet: 30, 57 and 2C. RGB value is (48,87,44). Sum of RGB (Red+Green+Blue) = 48+87+44=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #30572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30572C is #CFA8D3. Grayscale: #464646. Windows color (decimal): -13609172 or 2905904. OLE color: 2905904.

HSL color Cylindrical-coordinate representation of color #30572C: hue angle of 114.42º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30572C is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB488744-
CMYK0.4500.490.66
HSL114.42º32.82%25.69%-
HSV(B)114.42º49.43%34.12%-
XYZ5.087.633.59-
YUV70.44113.08112-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=26.82%
G=48.60%
B=24.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887440.4500.490.66114.4232.8225.69
Hex30572C2D0314272211a
Octal6012754550611021624132
Binary110000101011110110010110101100011000010111001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30572C; }

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

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

<style>
 a { background-color: #30572C; }

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

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

<style>
 span { border-color: #30572C; }

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

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