#30572E

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

Shades of Parsley #30572E

Tints of Parsley #30572E

Color information

#30572E (or 0x30572E) is unknown color: approx Parsley. HEX triplet: 30, 57 and 2E. RGB value is (48,87,46). Sum of RGB (Red+Green+Blue) = 48+87+46=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #30572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30572E is #CFA8D1. Grayscale: #464646. Windows color (decimal): -13609170 or 3036976. OLE color: 3036976.

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

Color convert

RGB488746-
CMYK0.4500.470.66
HSL117.07º30.83%26.08%-
HSV(B)117.07º47.13%34.12%-
XYZ5.127.643.79-
YUV70.66114.08111.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 87 (34.38% from 255) = 48.07%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=26.52%
G=48.07%
B=25.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887460.4500.470.66117.0730.8326.08
Hex30572E2D02F42751f1a
Octal6012756550571021653732
Binary11000010101111011101011010101111100001011101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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